优化UI显示

This commit is contained in:
ctwj
2025-07-20 21:56:00 +08:00
parent f63ac7feda
commit e865efaab2
39 changed files with 4284 additions and 2096 deletions

2
web/components.d.ts vendored
View File

@@ -8,7 +8,9 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
NAlert: typeof import('naive-ui')['NAlert']
NButton: typeof import('naive-ui')['NButton']
NSelect: typeof import('naive-ui')['NSelect']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}