From b4992eba72e2037ec5989421859e2213ff867ed6 Mon Sep 17 00:00:00 2001 From: kang Date: Thu, 14 May 2026 07:06:43 +0800 Subject: [PATCH] auto-save 2026-05-14 07:06 (~2) --- .memory/worklog.json | 27 +++++++++++------------ web/components/product-library-picker.tsx | 5 ++++- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index b801ecc..dfa7d71 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,19 +1,5 @@ { "entries": [ - { - "files_changed": 3, - "hash": "5a86328", - "message": "auto-save 2026-05-12 19:20 (~3)", - "ts": "2026-05-12T19:20:15+08:00", - "type": "commit" - }, - { - "files_changed": 4, - "hash": "c159668", - "message": "auto-save 2026-05-12 19:25 (~4)", - "ts": "2026-05-12T19:25:47+08:00", - "type": "commit" - }, { "files_changed": 2, "hash": "ecef988", @@ -3343,6 +3329,19 @@ "type": "session-heartbeat", "message": "Codex 会话活跃 · 最近命令:codex · 3 项未提交变更 · 最近提交:auto-save 2026-05-14 06:55 (+1, ~3)", "files_changed": 3 + }, + { + "ts": "2026-05-14T07:01:12+08:00", + "type": "commit", + "message": "auto-save 2026-05-14 07:01 (+1, ~4)", + "hash": "edb54e1", + "files_changed": 5 + }, + { + "ts": "2026-05-13T23:03:14Z", + "type": "session-heartbeat", + "message": "Claude 会话活跃 · 最近命令:claude · 2 项未提交变更 · 最近提交:auto-save 2026-05-14 07:01 (+1, ~4)", + "files_changed": 2 } ] } diff --git a/web/components/product-library-picker.tsx b/web/components/product-library-picker.tsx index 6286899..c91221a 100644 --- a/web/components/product-library-picker.tsx +++ b/web/components/product-library-picker.tsx @@ -133,7 +133,10 @@ export function ProductLibraryPicker({ 没有匹配的白底产品图 ) : ( -
+
{filteredItems.map((item) => { const busy = addingId === item.id return (