update: 后台页面优化

This commit is contained in:
ctwj
2025-08-02 18:06:54 +08:00
parent 14130eac8b
commit 0700de36f5
11 changed files with 99 additions and 261 deletions

1
web/components.d.ts vendored
View File

@@ -12,6 +12,7 @@ declare module 'vue' {
NAlert: typeof import('naive-ui')['NAlert']
NButton: typeof import('naive-ui')['NButton']
NInput: typeof import('naive-ui')['NInput']
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
NSelect: typeof import('naive-ui')['NSelect']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']