From 9355d055029eeed35e30056bd67ad4301404a830 Mon Sep 17 00:00:00 2001 From: kang Date: Sat, 25 Apr 2026 17:56:43 +0800 Subject: [PATCH] auto-save 2026-04-25 17:56 (~2) --- .memory/worklog.json | 14 +++++++------- .project.json | 27 ++++++++++++++++----------- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index 0142b81..4f44652 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-23T07:56:03+08:00", - "type": "commit", - "message": "auto-save 2026-04-23 07:55 (~1)", - "hash": "6213d09", - "files_changed": 1 - }, { "ts": "2026-04-23T08:01:54+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-25 17:45 (~1)", "hash": "3fcb6cd", "files_changed": 1 + }, + { + "ts": "2026-04-25T17:51:10+08:00", + "type": "commit", + "message": "auto-save 2026-04-25 17:51 (~1)", + "hash": "978d34d", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index 10f2202..b84c812 100644 --- a/.project.json +++ b/.project.json @@ -1,17 +1,22 @@ { - "created" : "2026-03-31", - "description" : "微软开源图像转3D模型,40亿参数,支持PBR材质", - "kind" : "analysis", - "name" : "TRELLIS.2 3D生成模型", - "ports" : [ + "name": "TRELLIS.2 3D生成模型", + "description": "微软开源图像转3D模型,40亿参数,支持PBR材质", + "status": "active", + "kind": "analysis", + "created": "2026-03-31", + "ports": [ { - "fixed" : true, - "label" : "dev", - "port" : 4400 + "port": 4400, + "label": "dev", + "fixed": true } ], - "status" : "active", - "worklog" : { - "path" : "\/Users\/kangwan\/Projects\/research\/20260331-trellis2-3d\/.memory\/worklog.json" + "stack": [ + "HTML" + ], + "urls": [], + "worklog": { + "path": ".memory/worklog.json", + "auto": true } }