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

@@ -98,6 +98,14 @@ export const zhCN: Translations = {
searchChats: "搜索对话",
},
// Page titles (document title)
pages: {
appName: "DeerFlow",
chats: "对话",
newChat: "新对话",
untitled: "未命名",
},
// Tool calls
toolCalls: {
moreSteps: (count: number) => `查看其他 ${count} 个步骤`,