fix(splash): reuse latest chat message preview

This commit is contained in:
2026-07-14 11:28:23 +08:00
parent b4904e738b
commit f9c15bd91f
13 changed files with 389 additions and 18 deletions
+1
View File
@@ -35,6 +35,7 @@ export function createGreetingMessage(): UiMessage {
"Finally I can relax. How was your day out?",
isFromAI: true,
date: todayString(),
isSynthetic: true,
};
}