mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 添加更新日志功能;优化组件和状态管理;修复部分逻辑错误
This commit is contained in:
1
src/components.d.ts
vendored
1
src/components.d.ts
vendored
@@ -57,6 +57,7 @@ declare module 'vue' {
|
||||
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']
|
||||
|
||||
Reference in New Issue
Block a user