- 添加主页面 linear-workflow.html - 添加项目配置文件 package.json - 添加部署说明文档 README.md - 包含所有设计资源文件 - 实现交互式流程图展示 - 支持本地部署在 127.0.0.1:5175
14 lines
312 B
JSON
14 lines
312 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:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |