mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
- Added guard member model and statistics interface. - Implemented loading functionality for guard list and statistics. - Introduced a data table to display current guard members with pagination. - Enhanced error handling and loading states for guard data. - Updated UI components to include refresh button and statistics display. feat: Update PointManage and PointGoodsView for Improved User Experience - Added management flag to PointGoodsItem for better handling in PointManage. - Enhanced PointGoodsView with improved tooltip logic for purchase status. - Implemented detailed purchase history alerts and restrictions based on user actions. - Improved visual feedback for purchased and non-purchasable items. docs: Add comprehensive API integration documentation - Documented API modules, data models, and request types. - Included details on live platform integration and data storage mechanisms. docs: Establish development workflow guidelines - Outlined project configuration, environment setup, and code style practices. - Provided deployment process using Docker. docs: Create detailed documentation for the live request system - Described the functionality and data flow of the song request system. - Included main files and features related to the song request functionality. docs: Define project structure and UI components - Documented the overall project structure and key directories. - Listed main UI components and their usage within the project. chore: Analyze and document improvements in AnalyzeView - Detailed enhancements made to the AnalyzeView for better user experience. - Included visual comparisons and technical highlights of the optimizations.
55 lines
3.2 KiB
TypeScript
55 lines
3.2 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AddressDisplay: typeof import('./components/manage/AddressDisplay.vue')['default']
|
|
DanmakuContainer: typeof import('./components/DanmakuContainer.vue')['default']
|
|
DanmakuItem: typeof import('./components/DanmakuItem.vue')['default']
|
|
DynamicForm: typeof import('./components/DynamicForm.vue')['default']
|
|
EventFetcherAlert: typeof import('./components/EventFetcherAlert.vue')['default']
|
|
EventFetcherStatusCard: typeof import('./components/EventFetcherStatusCard.vue')['default']
|
|
FeedbackItem: typeof import('./components/FeedbackItem.vue')['default']
|
|
LabelItem: typeof import('./components/LabelItem.vue')['default']
|
|
LiveInfoContainer: typeof import('./components/LiveInfoContainer.vue')['default']
|
|
MonacoEditorComponent: typeof import('./components/MonacoEditorComponent.vue')['default']
|
|
NAlert: typeof import('naive-ui')['NAlert']
|
|
NDataTable: typeof import('naive-ui')['NDataTable']
|
|
NEllipsis: typeof import('naive-ui')['NEllipsis']
|
|
NEmpty: typeof import('naive-ui')['NEmpty']
|
|
NFlex: typeof import('naive-ui')['NFlex']
|
|
NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
|
NGridItem: typeof import('naive-ui')['NGridItem']
|
|
NIcon: typeof import('naive-ui')['NIcon']
|
|
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
|
NTag: typeof import('naive-ui')['NTag']
|
|
NText: typeof import('naive-ui')['NText']
|
|
NTime: typeof import('naive-ui')['NTime']
|
|
PointGoodsItem: typeof import('./components/manage/PointGoodsItem.vue')['default']
|
|
PointHistoryCard: typeof import('./components/manage/PointHistoryCard.vue')['default']
|
|
PointOrderCard: typeof import('./components/manage/PointOrderCard.vue')['default']
|
|
QuestionItem: typeof import('./components/QuestionItem.vue')['default']
|
|
QuestionItems: typeof import('./components/QuestionItems.vue')['default']
|
|
RegisterAndLogin: typeof import('./components/RegisterAndLogin.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SaveCompoent: typeof import('./components/SaveCompoent.vue')['default']
|
|
ScheduleList: typeof import('./components/ScheduleList.vue')['default']
|
|
SimpleVideoCard: typeof import('./components/SimpleVideoCard.vue')['default']
|
|
SimpleVirtualList: typeof import('./components/SimpleVirtualList.vue')['default']
|
|
SongList: typeof import('./components/SongList.vue')['default']
|
|
SongPlayer: typeof import('./components/SongPlayer.vue')['default']
|
|
TempComponent: typeof import('./components/TempComponent.vue')['default']
|
|
TurnstileVerify: typeof import('./components/TurnstileVerify.vue')['default']
|
|
UpdateNoteContainer: typeof import('./components/UpdateNoteContainer.vue')['default']
|
|
UserBasicInfoCard: typeof import('./components/UserBasicInfoCard.vue')['default']
|
|
VEditor: typeof import('./components/VEditor.vue')['default']
|
|
VideoCollectInfoCard: typeof import('./components/VideoCollectInfoCard.vue')['default']
|
|
}
|
|
}
|