feat: seperate chat page

This commit is contained in:
butterfly
2024-04-12 10:57:57 +08:00
parent 67acc38a1f
commit 0a8e5d6734
56 changed files with 3868 additions and 25 deletions

View File

@@ -484,6 +484,9 @@ const cn = {
Topic: "主题",
Time: "时间",
},
Discover: {
SearchPlaceholder: "搜索助手",
},
};
type DeepPartial<T> = T extends object

View File

@@ -491,6 +491,10 @@ const en: LocaleType = {
Code: "Detected access code from url, confirm to apply? ",
Settings: "Detected settings from url, confirm to apply?",
},
Discover: {
SearchPlaceholder: "Search assistant",
},
};
export default en;