新增: 依赖关系图(AntV X6 v3 + Vue 自定义节点)
- DependencyGraph.vue: X6 画布初始化 + 插件(框选/对齐线/撤销/滚动) + 工程节点渲染 - ModuleNode.vue: Vue 自定义节点组件(工程名/路径/技术栈标签) - 项目详情新增依赖图Tab,与概览/文件并列 - 网格布局排列工程节点,支持缩放/拖拽/框选 - Phase 0 验证 demo(X6Demo.vue)保留在 /dev/x6 路由
This commit is contained in:
7
src/i18n/en/dependencyGraph.ts
Normal file
7
src/i18n/en/dependencyGraph.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
dependencyGraph: {
|
||||
title: 'Dependency Graph',
|
||||
empty: 'No modules yet, please add a module first',
|
||||
tabTitle: '🔗 Dependencies',
|
||||
},
|
||||
}
|
||||
7
src/i18n/zh-CN/dependencyGraph.ts
Normal file
7
src/i18n/zh-CN/dependencyGraph.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
dependencyGraph: {
|
||||
title: '依赖关系图',
|
||||
empty: '暂无工程,请先添加工程',
|
||||
tabTitle: '🔗 依赖图',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user