优化: 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:
lxy
2026-08-03 02:28:21 +08:00
parent a031521776
commit 8e4c7c68cf
5 changed files with 71 additions and 2 deletions
+2
View File
@@ -68,6 +68,8 @@ export default {
approvalInvert: '反选',
// 技术栈
techStackLabel: '技术栈',
// 工程列表(多工程只读展示)
modulesLabel: '工程({n})',
// Tab 导航
tabOverview: '📋 概览',
},