feat: dynamic title

This commit is contained in:
Henry Li
2026-02-02 09:05:24 +08:00
parent b540ad4505
commit a0a3a3fc02
6 changed files with 51 additions and 2 deletions

View File

@@ -100,6 +100,14 @@ export const enUS: Translations = {
searchChats: "Search chats",
},
// Page titles (document title)
pages: {
appName: "DeerFlow",
chats: "Chats",
newChat: "New chat",
untitled: "Untitled",
},
// Tool calls
toolCalls: {
moreSteps: (count: number) => `${count} more step${count === 1 ? "" : "s"}`,