From 78ef5dcc446078de1895ffce3ae7e30dcad0bd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Wed, 1 Jul 2026 00:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=20=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E5=8C=BA=E5=AE=8C=E5=96=84(=E6=96=87=E4=BB=B6=20Diff=20?= =?UTF-8?q?=E9=A2=84=E8=A7=88=20+=20=E5=88=86=E6=94=AF=E5=8F=AA=E8=AF=BB?= =?UTF-8?q?=E5=88=97=E8=A1=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 变更文件选中后展开 Diff 红绿预览(原 selectFile 拉了 diffContent 但未渲染) - 分支切换按钮实现只读列表弹窗(拉取分支列表 + 当前分支标记) - 分支切换提示走 AI 助手(git_branch 工具) --- src/components/project/GitChanges.vue | 140 +++++++++++++++++++++++++- src/i18n/en/gitChanges.ts | 3 + src/i18n/zh-CN/gitChanges.ts | 3 + 3 files changed, 144 insertions(+), 2 deletions(-) diff --git a/src/components/project/GitChanges.vue b/src/components/project/GitChanges.vue index b545a5f..3dd63f3 100644 --- a/src/components/project/GitChanges.vue +++ b/src/components/project/GitChanges.vue @@ -10,6 +10,29 @@ + +