update: 控制台体验优化

This commit is contained in:
ctwj
2025-08-03 10:50:25 +08:00
parent b5b3c55573
commit 5f8d998c65
22 changed files with 704 additions and 764 deletions

2
web/components.d.ts vendored
View File

@@ -11,6 +11,8 @@ declare module 'vue' {
NA: typeof import('naive-ui')['NA']
NAlert: typeof import('naive-ui')['NAlert']
NButton: typeof import('naive-ui')['NButton']
NCheckbox: typeof import('naive-ui')['NCheckbox']
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
NInput: typeof import('naive-ui')['NInput']
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
NSelect: typeof import('naive-ui')['NSelect']