配置后端对接

This commit is contained in:
2025-08-19 22:35:01 +08:00
parent bc13f82e41
commit 06f6cec70b
13 changed files with 1303 additions and 37 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(npm run lint:*)",
"Bash(npm run typecheck:*)"
],
"deny": [],
"ask": []
}
}