diff --git a/.memory/worklog.json b/.memory/worklog.json index 621b669..b85c740 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-20T13:49:08+08:00", - "type": "commit", - "message": "auto-save 2026-04-20 13:48 (~1)", - "hash": "e22c5ec", - "files_changed": 1 - }, { "ts": "2026-04-20T13:54:45+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-22 19:32 (~1)", "hash": "58d4987", "files_changed": 1 + }, + { + "ts": "2026-04-22T19:38:24+08:00", + "type": "commit", + "message": "auto-save 2026-04-22 19:38 (~1)", + "hash": "9ffba42", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index 0411dbd..10f2202 100644 --- a/.project.json +++ b/.project.json @@ -1,14 +1,17 @@ { - "name": "TRELLIS.2 3D生成模型", - "description": "微软开源图像转3D模型,40亿参数,支持PBR材质", - "status": "active", - "kind": "analysis", - "created": "2026-03-31", - "ports": [ + "created" : "2026-03-31", + "description" : "微软开源图像转3D模型,40亿参数,支持PBR材质", + "kind" : "analysis", + "name" : "TRELLIS.2 3D生成模型", + "ports" : [ { - "port": 4400, - "label": "dev", - "fixed": true + "fixed" : true, + "label" : "dev", + "port" : 4400 } - ] + ], + "status" : "active", + "worklog" : { + "path" : "\/Users\/kangwan\/Projects\/research\/20260331-trellis2-3d\/.memory\/worklog.json" + } }