审批体系一致:ApprovalPopup 浮窗加挂起时长提示(H1)+session 按钮+path deny 二次确认(M4/M5);ToolCard/useToolApproval 加 session+onDeny 确认(对齐 DirAuthDialog 四按钮)+ToolCardList decision 类型加 session;ApprovalDialog 失败显 toast(治 store 吞错 M31);ApprovalOverlay dismiss 改响应式(L26) GitChanges UI(问题12 前端 12b-12h):showCommitFileDiff 精确匹配(12b)+去重 git log(12c)+详情滑出不挤压(12d)+双行提交行(12f)+搜索过滤(12g)+历史 Tab 显分支(12h)+diff 侧边栏内更宽可折叠面板(12e:FilePreview 不支持任意提交 diff,折中) token+控件:global.css 定义 --df-primary(治幽灵变量 M26)+settings.css 加 .setting-number/.setting-input/.setting-textarea+4 Section 套用(问题8) 死代码:删 PlanProgress.vue(零引用)+PlanLayerInfo 类型+i18n 孤儿 key(L1)
27 lines
779 B
TypeScript
27 lines
779 B
TypeScript
export default {
|
|
gitChanges: {
|
|
changes: '变更',
|
|
history: '历史',
|
|
changedFiles: '个变更',
|
|
noChanges: '无变更(工作区干净)',
|
|
noDiff: '无差异内容',
|
|
noCommits: '暂无提交记录',
|
|
noSearchResult: '无匹配提交',
|
|
commitsUnit: '个提交',
|
|
searchPlaceholder: '搜索提交(关键词/作者)',
|
|
expand: '展开',
|
|
collapse: '收起',
|
|
modified: '已修改',
|
|
added: '已新增',
|
|
deleted: '已删除',
|
|
untracked: '未跟踪',
|
|
notGitRepo: '非 Git 仓库',
|
|
detached: 'HEAD 分离',
|
|
loadMore: '加载更多',
|
|
switchBranch: '切换分支',
|
|
branches: '分支列表',
|
|
noBranches: '无分支',
|
|
branchSwitchHint: '分支切换请通过 AI 助手执行(git_branch 工具)',
|
|
},
|
|
}
|