apply license

This commit is contained in:
2025-11-03 13:52:55 +08:00
parent 9e57d52769
commit 7798088add
23 changed files with 1117 additions and 59 deletions

1
components.d.ts vendored
View File

@@ -11,6 +11,7 @@ declare module 'vue' {
CellInput: typeof import('./src/components/basic/conditions/CellInput.vue')['default']
Config: typeof import('./src/components/Config.vue')['default']
ErrorDialog: typeof import('./src/components/basic/ErrorDialog.vue')['default']
LicenseStatus: typeof import('./src/components/LicenseStatus.vue')['default']
PluginDropdown: typeof import('./src/components/basic/PluginDropdown.vue')['default']
PluginInput: typeof import('./src/components/basic/PluginInput.vue')['default']
PluginLabel: typeof import('./src/components/basic/PluginLabel.vue')['default']