feat:拆分页面

This commit is contained in:
zyronon
2025-07-30 01:47:28 +08:00
parent a484184d48
commit dc120ff375
17 changed files with 827 additions and 313 deletions

2
components.d.ts vendored
View File

@@ -7,7 +7,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
BackIcon: typeof import('./src/components/BackIcon.vue')['default']
BackIcon: typeof import('./src/components/icon/BackIcon.vue')['default']
BaseButton: typeof import('./src/components/BaseButton.vue')['default']
BaseIcon: typeof import('./src/components/BaseIcon.vue')['default']
Close: typeof import('./src/components/icon/Close.vue')['default']