From 190fa11df0e5afd08b390c3a0464148d6022a4cc Mon Sep 17 00:00:00 2001 From: kang Date: Wed, 22 Apr 2026 19:43:54 +0800 Subject: [PATCH] auto-save 2026-04-22 19:43 (~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 a304427..303f2fa 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-20T13:49:07+08:00", - "type": "commit", - "message": "auto-save 2026-04-20 13:48 (~1)", - "hash": "0b18d99", - "files_changed": 1 - }, { "ts": "2026-04-20T13:54:43+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-22 19:32 (~1)", "hash": "fd4b247", "files_changed": 1 + }, + { + "ts": "2026-04-22T19:38:24+08:00", + "type": "commit", + "message": "auto-save 2026-04-22 19:38 (~1)", + "hash": "520fbab", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index c0809a0..0ec7aa5 100644 --- a/.project.json +++ b/.project.json @@ -1,15 +1,20 @@ { - "name": "TRELLIS.2 3D生成", - "description": "微软开源 Image-to-3D 生成模型,4B参数,支持PBR材质", - "status": "active", - "kind": "research", - "created": "2026-03-28", - "source": { "path": "source/" }, - "ports": [ + "created" : "2026-03-28", + "description" : "微软开源 Image-to-3D 生成模型,4B参数,支持PBR材质", + "kind" : "research", + "name" : "TRELLIS.2 3D生成", + "ports" : [ { - "port": 4360, - "label": "dev", - "fixed": true + "fixed" : true, + "label" : "dev", + "port" : 4360 } - ] + ], + "source" : { + "path" : "source\/" + }, + "status" : "active", + "worklog" : { + "path" : "\/Users\/kangwan\/Projects\/research\/20260328-TRELLIS-2\/.memory\/worklog.json" + } }