From 6d8410ac28a48504dae33a66b3989e05c6e93ab6 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Tue, 21 Apr 2026 12:06:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/projects.json b/projects.json index 4df582c..11be31a 100644 --- a/projects.json +++ b/projects.json @@ -192,6 +192,18 @@ "admin_url": "http://localhost:19004/admin", "git_repo": "http://192.168.2.8:12007/coder/tech-forum", "version": "v1.2.0" + }, + { + "id": "image-editor", + "name": "图片编辑器", + "type": "web", + "ports": [19018], + "directory": "works/image-editor", + "start_cmd": "mkdir -p logs && nohup python3 app.py > logs/app.log 2>&1 & disown", + "health_url": "http://localhost:19018/api/health", + "description": "前端图片处理:合并、分割、挖孔、圆形切图、文字图片", + "git_repo": "http://192.168.2.8:12007/coder/image-editor", + "version": "v1.2.1" } ] } \ No newline at end of file