first commit

This commit is contained in:
Saufi
2026-06-24 20:32:14 +08:00
commit 10fb30ad69
201 changed files with 21356 additions and 0 deletions

15
.claude/settings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Bash(php -v)",
"Bash(npm -v)",
"Bash(mysql --version)",
"Bash(php -r ' *)",
"Bash(php datacenter_tmp/artisan --version)",
"Bash(npm run *)",
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" http://127.0.0.1:8741/login)",
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" http://127.0.0.1:8741/)",
"Bash(curl -s http://127.0.0.1:8741/login)"
]
}
}