This commit is contained in:
wkc
2026-02-26 14:51:13 +08:00
commit acd6c38ae2
2102 changed files with 320452 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(if exist node_modules rmdir /s /q node_modules)",
"Bash(if exist:*)",
"Bash(npm install:*)",
"Bash(npm run dev)"
]
}
}