From ea4f6799e9359bbc83ac6be3d9c24126aea565f3 Mon Sep 17 00:00:00 2001 From: shanshanzhong Date: Thu, 9 Jul 2026 13:36:08 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=20Claude=20Code=20=E6=9D=83=E9=99=90=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 2b7bb72..0ffa065 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -68,9 +68,26 @@ "Read(//Users/Apple/.claude/**)", "Bash(2)", "Bash(claude mcp:*)", - "Bash(mysql:*)" + "Bash(mysql:*)", + "Bash(curl *)", + "mcp__mysql-ppanel__mysql_query", + "Read(//Users/Apple/code_vpn/vpn/**)", + "Read(//Users/Apple/code_vpn/**)", + "Bash(perl -0pi -e 's/onValueChange=\\\\{\\\\\\(value\\\\\\) =>\\\\n\\( +\\)field\\\\.onChange\\\\\\(value === \"\" \\\\? undefined : value\\\\\\)\\\\n\\( +\\)\\\\}/onValueChange={\\(value\\) => field.onChange\\(value\\)}/g' apps/admin/src/sections/lottery/rule-editor.tsx apps/admin/src/sections/lottery/grant-dialog.tsx)", + "Bash(pnpm --filter ppanel-admin-web exec vite build)", + "Bash(echo \"EXIT:$?\")", + "Read(//tmp/**)", + "Bash(git -C /Users/Apple/code_vpn/vpn/frontend status --short apps/admin/dist apps/admin/src/routeTree.gen.ts)", + "Bash(bun x *)", + "Bash(git *)", + "Bash(echo \"tsc exit: $?\")", + "Bash(echo \"biome exit: $?\")", + "Bash(unzip -l apps/admin/dist.zip)", + "Bash(awk '/^@@ -3297/{exit} {print}' /tmp/typings-full.patch)" ] }, - "enabledMcpjsonServers": ["mysql"], - "enableAllProjectMcpServers": true + "enableAllProjectMcpServers": true, + "enabledMcpjsonServers": [ + "mysql" + ] }