refactor(vimp/types): 重命名树类型模块为设备树并补充类型定义

创建device-tree.ts作为新的设备树类型模块,迁移原tree.ts中的类型定义,新增摄像机、警报器设备树的节点类型、类型守卫函数及标签页属性类型,同时更新类型入口文件的导出路径。
This commit is contained in:
yangsy
2026-05-27 21:31:16 +08:00
parent 65603d469d
commit d1b973be15
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export * from './axios';
export * from './tree';
export * from './device-tree';