- 将 linear-workflow.html 重命名为 index.html - 更新所有配置文件和文档中的引用 - 现在可以直接访问 http://127.0.0.1:5175/ - 添加端口占用检查和自动处理功能 - 简化用户访问体验
20 lines
465 B
JSON
20 lines
465 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install:*)",
|
|
"mcp__serena__create_text_file",
|
|
"mcp__serena__read_file",
|
|
"Bash(open /Users/apple/Documents/cursor/数字员工/linear-workflow.html)",
|
|
"Bash(git init:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(lsof:*)",
|
|
"Bash(kill:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |