feat: 更新 llm-proxy 和 product-crawler 为单端口配置

- llm-proxy: 19007 (原 19007+19008) v2.0.0
- product-crawler: 19011 (原 19011+19012) v2.0.0
This commit is contained in:
2026-04-13 10:59:00 +08:00
parent 0c2a21f176
commit d2823e1b32

View File

@@ -68,17 +68,14 @@
"id": "product-crawler",
"name": "产品参数爬取系统",
"type": "web",
"ports": [19011, 19012],
"ports": [19011],
"directory": "/home/xian/.openclaw/common/projects/product-crawler",
"start_cmd": "python3 app.py",
"start_cmds": {
"api": {"port": 19011, "cmd": "python3 app.py"},
"admin": {"port": 19012, "cmd": "cd admin && python3 app.py"}
},
"health_url": "http://localhost:19011/api/products",
"description": "自动从官网爬取产品参数信息",
"admin_url": "http://localhost:19011/admin",
"git_repo": "http://192.168.2.8:12007/coder/product-crawler",
"version": "v1.0.0"
"version": "v2.0.0"
},
{
"id": "llm-proxy",