chore: update project files

This commit is contained in:
AIGC Developer
2025-11-13 17:01:39 +08:00
parent 83bf064bb2
commit 2961d2b0d0
344 changed files with 11549 additions and 15941 deletions

View File

@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(if exist dist rmdir /s /q dist)",
"Bash(npm run build:*)",
"Bash(find:*)",
"Bash(npm run dev:*)",
"Bash(npm install)",
"Bash(npm cache clean:*)"
],
"deny": [],
"ask": []
}
}