From e5fcfbb0ebfcae58cdfb9c9366707f236400c2d8 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sun, 19 Apr 2026 16:38:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20xian-favor=20?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=91=BD=E4=BB=A4=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E8=80=8C=E9=9D=9E=E6=97=A7=E5=8C=85=EF=BC=9B?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7=E5=88=B0=20v3.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects.json b/projects.json index e3456dd..e23480a 100644 --- a/projects.json +++ b/projects.json @@ -160,12 +160,12 @@ "type": "web", "ports": [19014], "directory": "works/xian-favor", - "start_cmd": "mkdir -p logs && nohup xian_favor serve --port 19014 > logs/app.log 2>&1 & disown", - "health_url": "http://localhost:19014/api/health", + "start_cmd": "mkdir -p logs && nohup python3 -c \"from xian_favor.api import start_server; start_server(port=19014)\" > logs/app.log 2>&1 & disown", + "health_url": "http://localhost:19014/api/items?limit=1", "description": "文本笔记、链接收藏、待办事项管理系统", "admin_url": "http://localhost:19014", "git_repo": "http://192.168.2.8:12007/coder/xian-favor", - "version": "v1.0.0" + "version": "v3.1.0" }, { "id": "multi-agent-bidding",