From 1e9277327cdbca1c3facf3a4d28fce882c01cc2a Mon Sep 17 00:00:00 2001 From: ddshi <8811906+ddshi@user.noreply.gitee.com> Date: Wed, 4 Feb 2026 17:13:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=AD=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 3ea9a61..64dbc72 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -94,7 +94,8 @@ "Bash(git -C \"E:/qia/client\" submodule update --init --recursive)", "Bash(git -C \"E:/qia\" add -A)", "Bash(git -C \"E:/qia\" diff --cached --stat)", - "Bash(git -C \"E:/qia\" commit -m \"chore: 更新子模块\")" + "Bash(git -C \"E:/qia\" commit -m \"chore: 更新子模块\")", + "Bash(git -C \"E:/qia\" status)" ] } }