From 7fb6a17d11a603a2508d330876d8fc5621170a34 Mon Sep 17 00:00:00 2001 From: kang Date: Sat, 25 Apr 2026 18:13:30 +0800 Subject: [PATCH] auto-save 2026-04-25 18:13 (~2) --- .memory/worklog.json | 14 +++++++------- .project.json | 8 +++++++- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index 62ea9f5..f03e90d 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-23T08:13:36+08:00", - "type": "commit", - "message": "auto-save 2026-04-23 08:13 (~1)", - "hash": "295efa4", - "files_changed": 1 - }, { "ts": "2026-04-23T08:19:27+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-25 18:02 (~1)", "hash": "855b85d", "files_changed": 1 + }, + { + "ts": "2026-04-25T18:07:55+08:00", + "type": "commit", + "message": "auto-save 2026-04-25 18:07 (~1)", + "hash": "dcc5cd6", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index 9e805ae..798ba8c 100644 --- a/.project.json +++ b/.project.json @@ -14,7 +14,13 @@ "stack": [ "HTML" ], - "urls": [], + "urls": [ + { + "url": "http://localhost:4360", + "type": "docs", + "label": "local docs" + } + ], "source": { "path": "source/" },