新增: Git 提交历史显示作者 + 提交详情含作者/时间

- 后端 git log format 加 %an 作者名(状态查询+分页查询)
- 提交列表每行显示 hash/作者/主题/时间
- 提交详情头部补充作者显示
- 分支切换按钮占位(后续接入分支列表 IPC)
This commit is contained in:
2026-06-30 20:59:15 +08:00
parent abc6880936
commit b19b0f3679
5 changed files with 55 additions and 10 deletions

View File

@@ -13,5 +13,6 @@ export default {
notGitRepo: 'Not a git repository',
detached: 'HEAD detached',
loadMore: 'Load more',
switchBranch: 'Switch branch',
},
}

View File

@@ -13,5 +13,6 @@ export default {
notGitRepo: '非 Git 仓库',
detached: 'HEAD 分离',
loadMore: '加载更多',
switchBranch: '切换分支',
},
}