excel2json init

This commit is contained in:
lirui
2026-02-09 20:08:26 +08:00
commit 36f5d247b1
37 changed files with 4046 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"Bash(npm install:*)",
"mcp__svelte__svelte-autofixer",
"Bash(npm run check:*)",
"Bash(npx vitest:*)",
"Bash(node -e:*)",
"Bash(npm run build:*)"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"svelte"
]
}