Files
yunzerwebsiteallinone/.claude/settings.local.json
T
2026-07-15 10:04:05 +08:00

14 lines
311 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install *)",
"Read(//e/Demos/DemoOwns/Go/**)",
"Bash(npm init *)",
"Bash(npm uninstall *)",
"Bash(mkdir -p uniapp)",
"Bash(mkdir src *)",
"Bash(touch src/App.vue src/main.ts pages.json vite.config.js uni.scss)"
]
}
}