新增: Git 提交历史显示作者 + 提交详情含作者/时间
- 后端 git log format 加 %an 作者名(状态查询+分页查询) - 提交列表每行显示 hash/作者/主题/时间 - 提交详情头部补充作者显示 - 分支切换按钮占位(后续接入分支列表 IPC)
This commit is contained in:
@@ -13,5 +13,6 @@ export default {
|
||||
notGitRepo: 'Not a git repository',
|
||||
detached: 'HEAD detached',
|
||||
loadMore: 'Load more',
|
||||
switchBranch: 'Switch branch',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@ export default {
|
||||
notGitRepo: '非 Git 仓库',
|
||||
detached: 'HEAD 分离',
|
||||
loadMore: '加载更多',
|
||||
switchBranch: '切换分支',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user