From 6bae875b4bf5ac2e8cf9feaec737ecd3c302fb7f Mon Sep 17 00:00:00 2001 From: zhaojie Date: Wed, 11 Feb 2026 00:12:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=86=97?= =?UTF-8?q?=E4=BD=99=E6=96=87=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除多个不再使用的脚本和数据库文件,包括 `auto_push.bat`, `git_push.bat`, `quick_push.bat`, `init_database.py` 等。 - 更新 `start_dashboard.py` 以使用新的配置管理方式。 - 清理不必要的配置文件和缓存,提升项目结构的整洁性。 此提交旨在简化项目结构并增强代码可维护性。 --- .claude/settings.local.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index fbe3c20..cd1fc99 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,6 +1,11 @@ { "permissions": { - "allow": [], + "allow": [ + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git push:*)", + "Bash(git config:*)" + ], "deny": [], "ask": [] }