From 7f4a3b4b6778a4900cac74bb88a6656e115c5fbf Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Tue, 31 Mar 2026 08:47:42 +0800 Subject: [PATCH] =?UTF-8?q?chore(claude):=20=E8=A1=A5=E5=85=85=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E7=9A=84=E5=B7=A5=E5=85=B7=E8=B0=83=E7=94=A8=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 4c3fc8a..decdd71 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -54,7 +54,21 @@ "Bash(\"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"SELECT version\\(\\);\" 2>&1)", "Bash(PGPASSWORD=zcDsj@2024 \"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"SELECT version\\(\\);\" 2>&1)", "Bash(PGPASSWORD=zcDsj@2024 \"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"CREATE DATABASE offer_db;\" 2>&1)", - "Bash(/c/software/python3_10/python manage.py migrate)" + "Bash(/c/software/python3_10/python manage.py migrate)", + "Bash(python manage.py shell -c \"from django.contrib.auth import get_user_model; User = get_user_model\\(\\); u = User.objects.filter\\(role=''superadmin''\\).first\\(\\); print\\(u.username if u else ''No superadmin found''\\)\")", + "Bash(python manage.py shell -c \":*)", + "Bash(python manage.py makemigrations jobs)", + "Bash(python manage.py migrate jobs)", + "Bash(source .venv/Scripts/activate)", + "Bash(python manage.py shell -c \"from apps.jobs.models import Job; count = Job.objects.count\\(\\); Job.objects.all\\(\\).delete\\(\\); print\\(f''已删除 {count} 条岗位记录''\\)\")", + "Bash(python -c \":*)", + "Bash(python -c \"import sys; sys.stdout.buffer.write\\(sys.stdin.buffer.read\\(\\)\\)\")", + "WebFetch(domain:www.iguopin.com)", + "mcp__chrome-devtools__navigate_page", + "mcp__chrome-devtools__take_snapshot", + "mcp__chrome-devtools__click", + "Bash(python import_jobs.py)", + "Bash(claude plugin:*)" ] } }