From b59931f3571f26f7d3742b37b424f21b3ce8c730 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Wed, 29 Apr 2026 16:18:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0AI=20Chat=20App?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/projects.json b/projects.json index fdc7d25..06a2886 100644 --- a/projects.json +++ b/projects.json @@ -64,6 +64,19 @@ "git_repo": "http://192.168.2.8:12007/coder/ai-chat-system", "version": "v2.5.4" }, + { + "id": "ai-chat-app", + "name": "AI Chat App", + "type": "web", + "ports": [19021], + "directory": "works/ai-chat-app-new", + "start_cmd": "cd backend && nohup python3 app.py > logs/app.log 2>&1 & disown", + "health_url": "http://localhost:19021/api/config", + "description": "AI对话助手移动端应用,智能体对话、TTS语音、思考模式", + "admin_url": "http://localhost:19021/admin", + "git_repo": "http://192.168.2.8:12007/coder/ai-chat-app-v4", + "version": "v3.15.1" + }, { "id": "product-crawler", "name": "产品参数爬取系统",