From b44d0cfd00277af13d3df7f00644ca1fd1993bd8 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 13 Apr 2026 12:06:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20tech-forum=20?= =?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 d155381..3d00a04 100644 --- a/projects.json +++ b/projects.json @@ -166,6 +166,19 @@ "admin_url": "http://localhost:19015", "git_repo": "http://192.168.2.8:12007/coder/multi-agent-bidding", "version": "v1.0.0" + }, + { + "id": "tech-forum", + "name": "技术论坛", + "type": "web", + "ports": [19004], + "directory": "/home/xian/.openclaw/common/projects/tech-forum", + "start_cmd": "python3 backend/app.py", + "health_url": "http://localhost:19004/api/health", + "description": "技术交流、工具分享、问答讨论社区", + "admin_url": "http://localhost:19004/admin", + "git_repo": "http://192.168.2.8:12007/coder/tech-forum", + "version": "v1.2.0" } ] } \ No newline at end of file