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