diff --git a/.memory/worklog.json b/.memory/worklog.json index 81e8564..ce3c686 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-20T13:49:02+08:00", - "type": "commit", - "message": "auto-save 2026-04-20 13:48 (~1)", - "hash": "fa45cf9", - "files_changed": 1 - }, { "ts": "2026-04-20T13:54:38+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-22 19:32 (~1)", "hash": "1a4997d", "files_changed": 1 + }, + { + "ts": "2026-04-22T19:38:21+08:00", + "type": "commit", + "message": "auto-save 2026-04-22 19:38 (~1)", + "hash": "c791de6", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index fb0c737..942f5ac 100644 --- a/.project.json +++ b/.project.json @@ -1,21 +1,24 @@ { - "name": "手机 GUI Agent 自动操控", - "description": "基于开源VLM的Android手机纯视觉GUI自动化操控系统", - "status": "active", - "kind": "app", - "created": "2026-03-28", - "ports": [ + "created" : "2026-03-28", + "description" : "基于开源VLM的Android手机纯视觉GUI自动化操控系统", + "kind" : "app", + "name" : "手机 GUI Agent 自动操控", + "ports" : [ { - "port": 4380, - "label": "dev", - "fixed": true + "fixed" : true, + "label" : "dev", + "port" : 4380 } ], - "stack": [ + "stack" : [ "Python", "ADB", "scrcpy", "Qwen2.5-VL", "FastAPI" - ] + ], + "status" : "active", + "worklog" : { + "path" : "\/Users\/kangwan\/Projects\/code\/20260328-手机GUI-Agent\/.memory\/worklog.json" + } }