improve UIUX

This commit is contained in:
2025-10-23 14:32:39 +08:00
parent 7a3eb40aa9
commit 8565b9513d
8 changed files with 285 additions and 98 deletions

1
components.d.ts vendored
View File

@@ -8,6 +8,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
Config: typeof import('./src/components/Config.vue')['default']
LicenseStatus: typeof import('./src/components/LicenseStatus.vue')['default']
PluginInput: typeof import('./src/components/basic/PluginInput.vue')['default']
PluginLabel: typeof import('./src/components/basic/PluginLabel.vue')['default']
}