完善类型配置,新增L1, L4数据展示界面

This commit is contained in:
tao
2025-09-26 10:44:15 +08:00
parent 614e5ad34e
commit db87adf26a
33 changed files with 1294 additions and 309 deletions

1
global.d.ts vendored
View File

@@ -2,3 +2,4 @@
declare module '@/components/*';
declare module '@/views/*';
declare module '@/api/*';
declare module '@/App.vue';