update: ui更新

This commit is contained in:
ctwj
2025-08-09 17:26:52 +08:00
parent f870779146
commit 7032235923
7 changed files with 1344 additions and 17 deletions

1
web/components.d.ts vendored
View File

@@ -11,6 +11,7 @@ declare module 'vue' {
NA: typeof import('naive-ui')['NA']
NAlert: typeof import('naive-ui')['NAlert']
NAvatar: typeof import('naive-ui')['NAvatar']
NBadge: typeof import('naive-ui')['NBadge']
NButton: typeof import('naive-ui')['NButton']
NButtonGroup: typeof import('naive-ui')['NButtonGroup']
NCard: typeof import('naive-ui')['NCard']