开发机迁移

This commit is contained in:
Neo
2026-04-10 06:24:13 +08:00
parent f65c1d038b
commit 79d3c2e97e
50 changed files with 1565 additions and 318 deletions

View File

@@ -33,18 +33,18 @@
"disabled": false
},
"weixin-devtools-mcp": {
"command": "npx",
"args": ["-y", "weixin-devtools-mcp", "--tools-profile=full", "--ws-endpoint=ws://127.0.0.1:9420"],
"command": "cmd",
"args": ["/c", "npx", "-y", "weixin-devtools-mcp", "--tools-profile=full", "--ws-endpoint=ws://127.0.0.1:9420"],
"env": {
"WECHAT_DEVTOOLS_CLI": "C:\\dev\\WechatDevtools\\cli.bat",
"WECHAT_DEVTOOLS_PROJECT": "C:\\NeoZQYY\\apps\\miniprogram"
},
"disabled": true
"disabled": false
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"],
"disabled": true
"command": "cmd",
"args": ["/c", "npx", "@playwright/mcp@latest"],
"disabled": false
},
"openapi": {
"command": "uv",
@@ -61,7 +61,7 @@
"env": {
"PYTHONUTF8": "1"
},
"disabled": true
"disabled": false
}
}
}