From 5106c4e6a046e3e91d7cb91917b8394998f0731d Mon Sep 17 00:00:00 2001 From: arno Date: Thu, 30 Apr 2026 21:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE(=E5=B7=A5=E7=A8=8B):=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=A1=B9=E7=9B=AE=E7=BA=A7=20Claude=20settin?= =?UTF-8?q?gs=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index d51136b..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "env": { - "CLAUDE_CODE_NO_FLICKER": "1" - }, - "hooks": { - "UserPromptSubmit": [ - { - "hooks": [ - { - "type": "command", - "command": "/data/git/gitea/szis/isos/tech/.claude/hooks/user-prompt-submit.sh" - } - ] - } - ] - }, - "statusLine": { - "type": "command", - "command": "/data/git/gitea/szis/isos/tech/.claude/tools/status_line.sh" - } -}