逻辑信息相关功能更新:

1. 更新 LogicInfo 组件界面
2. 完善 useLogicInfo 钩子函数
3. 更新逻辑信息类型定义
4. 优化分析相关 API 接口
This commit is contained in:
Huangzhe
2025-05-14 15:03:01 +08:00
parent 774ec83149
commit a91e6792bc
5 changed files with 95 additions and 31 deletions

3
components.d.ts vendored
View File

@@ -66,4 +66,7 @@ declare module 'vue' {
YLPicker: typeof import('./src/components/YLPicker.vue')['default']
YLSelect: typeof import('./src/components/YLSelect.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}