feat: 支持解锁配置

This commit is contained in:
imsyy
2025-11-21 17:41:34 +08:00
parent 7721251a98
commit 1b6ebd9c7c
15 changed files with 283 additions and 51 deletions

1
components.d.ts vendored
View File

@@ -146,6 +146,7 @@ declare module 'vue' {
SongList: typeof import('./src/components/List/SongList.vue')['default']
SongListCard: typeof import('./src/components/Card/SongListCard.vue')['default']
SongListMenu: typeof import('./src/components/Menu/SongListMenu.vue')['default']
SongUnlockManager: typeof import('./src/components/Modal/SongUnlockManager.vue')['default']
SvgIcon: typeof import('./src/components/Global/SvgIcon.vue')['default']
TextContainer: typeof import('./src/components/Global/TextContainer.vue')['default']
UpdateApp: typeof import('./src/components/Modal/UpdateApp.vue')['default']