diff --git a/.memory/worklog.json b/.memory/worklog.json index 224d3b3..43c2b0f 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1867,6 +1867,13 @@ "message": "auto-save 2026-05-20 23:53 (~2)", "hash": "e85be86", "files_changed": 2 + }, + { + "ts": "2026-05-21T02:09:03+08:00", + "type": "commit", + "message": "auto-save 2026-05-21 02:09 (~5)", + "hash": "fa6e32b", + "files_changed": 5 } ] } diff --git a/src/components/PackPanel.tsx b/src/components/PackPanel.tsx index c810460..f7a7ddd 100644 --- a/src/components/PackPanel.tsx +++ b/src/components/PackPanel.tsx @@ -310,30 +310,42 @@ function TextTemplateSection({ -
{template.description}
+{template.description}
- {asset && ( -+
{asset.content}
+ ) : (
+
- {template.promptTemplate}
-
- )}
-
+ {template.promptTemplate}
+
+ )}