优化: ProjectDetail多工程列表 + ProjectCard list padding + provider usage诊断
ProjectDetail 概览加工程列表(moduleApi.listProjectModules 显所有 module 名/路径,只读,多工程可见,不只项目级 bind_directory) ProjectCard list padding 1×(原 0.7× 紧凑文字贴边,panel 14/16px) openai_helpers apply_openai_sse usage 诊断 tracing(确认 deepseek 报 cache/usage 否,定位 completion 0) i18n projectDetail.modulesLabel zh/en
This commit is contained in:
@@ -68,6 +68,8 @@ export default {
|
||||
approvalInvert: 'Invert',
|
||||
// Tech stack
|
||||
techStackLabel: 'Tech Stack',
|
||||
// Module list (multi-module read-only display)
|
||||
modulesLabel: 'Modules ({n})',
|
||||
// Tab navigation
|
||||
tabOverview: '📋 Overview',
|
||||
},
|
||||
|
||||
@@ -68,6 +68,8 @@ export default {
|
||||
approvalInvert: '反选',
|
||||
// 技术栈
|
||||
techStackLabel: '技术栈',
|
||||
// 工程列表(多工程只读展示)
|
||||
modulesLabel: '工程({n})',
|
||||
// Tab 导航
|
||||
tabOverview: '📋 概览',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user