更新settings.local.json,添加多个Bash命令和Playwright相关权限,增强项目配置。包括启动脚本、环境变量和日志输出信息,提升开发和调试效率。
This commit is contained in:
@@ -13,7 +13,23 @@
|
|||||||
"Bash(for file in exhibition.html marketing.html operation.html overview.html)",
|
"Bash(for file in exhibition.html marketing.html operation.html overview.html)",
|
||||||
"Bash(do sed -i '' 's|<link href=\"\"https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css\"\" rel=\"\"stylesheet\"\">|<script src=\"\"https://cdn.tailwindcss.com\"\"></script>|g' \"$file\")",
|
"Bash(do sed -i '' 's|<link href=\"\"https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css\"\" rel=\"\"stylesheet\"\">|<script src=\"\"https://cdn.tailwindcss.com\"\"></script>|g' \"$file\")",
|
||||||
"Bash(done)",
|
"Bash(done)",
|
||||||
"mcp__serena__delete_memory"
|
"mcp__serena__delete_memory",
|
||||||
|
"Bash(./start-network.sh:*)",
|
||||||
|
"Bash(./start-lan.sh:*)",
|
||||||
|
"Bash(./start.sh:*)",
|
||||||
|
"Bash(node server.js)",
|
||||||
|
"Bash(lsof:*)",
|
||||||
|
"Bash(sudo pfctl:*)",
|
||||||
|
"Bash(./start-demo.sh:*)",
|
||||||
|
"mcp__playwright__browser_fill_form",
|
||||||
|
"Bash(./start-final.sh:*)",
|
||||||
|
"Bash(open /Users/xiaoqi/Documents/Dev/Project/2025-09-08_n8nDEMO演示/test-n8n-final.html)",
|
||||||
|
"Bash(echo:*)",
|
||||||
|
"Bash(__NEW_LINE__ echo \"\n🔧 当前配置:\n - 无需认证 (N8N_USER_MANAGEMENT_DISABLED=true)\n - 跳过设置 (N8N_SKIP_OWNER_SETUP=true) \n - CORS已启用 (N8N_CORS_ENABLED=true)\n - 语言: 中文 (N8N_DEFAULT_LOCALE=zh-CN)\n - 日志级别: 错误 (N8N_LOG_LEVEL=error)\n\n📝 测试页面已创建:\n test-n8n-final.html - 可在浏览器中打开检查错误\n\n🎯 服务已成功启动,无后台错误!\n==================================================\n\")",
|
||||||
|
"Bash(kill:*)",
|
||||||
|
"Bash(env)",
|
||||||
|
"mcp__ide__getDiagnostics",
|
||||||
|
"Bash(npm install:*)"
|
||||||
],
|
],
|
||||||
"deny": [],
|
"deny": [],
|
||||||
"ask": [],
|
"ask": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user