From c4ad690674b9b75f9426cce39540cc64105b8848 Mon Sep 17 00:00:00 2001 From: kang Date: Wed, 22 Apr 2026 17:52:59 +0800 Subject: [PATCH] auto-save 2026-04-22 17:52 (~2) --- .memory/worklog.json | 14 +++++++------- .project.json | 23 +++++++++++++---------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index 27c54b9..2955722 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-20T11:58:15+08:00", - "type": "commit", - "message": "auto-save 2026-04-20 11:58 (~1)", - "hash": "131550e", - "files_changed": 1 - }, { "ts": "2026-04-20T12:03:49+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-22 17:41 (~1)", "hash": "ccd1fd9", "files_changed": 1 + }, + { + "ts": "2026-04-22T17:47:28+08:00", + "type": "commit", + "message": "auto-save 2026-04-22 17:47 (~1)", + "hash": "bf4070f", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index 0124127..89dd3dd 100644 --- a/.project.json +++ b/.project.json @@ -1,14 +1,17 @@ { - "name": "3D 场景生成开源复现", - "description": "WorldMesh 类似的开源 3D 场景生成项目调研与源码收集,待 GPU 后复现", - "status": "active", - "kind": "analysis", - "created": "2026-03-27", - "ports": [ + "created" : "2026-03-27", + "description" : "WorldMesh 类似的开源 3D 场景生成项目调研与源码收集,待 GPU 后复现", + "kind" : "analysis", + "name" : "3D 场景生成开源复现", + "ports" : [ { - "port": 4330, - "label": "dev", - "fixed": true + "fixed" : true, + "label" : "dev", + "port" : 4330 } - ] + ], + "status" : "active", + "worklog" : { + "path" : "\/Users\/kangwan\/Projects\/research\/20260327-3D场景生成\/.memory\/worklog.json" + } }