bug修复

This commit is contained in:
xuzhenjun
2023-04-15 00:48:51 +08:00
parent d0abf899b5
commit c617071746
5 changed files with 16 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized:
"现在是未授权状态,为了避免恶意盗刷:\n 关注微信公众号【coder思维】\n回复关键词`ai` 获取授权链接 \n ![](/wx.png)",
"现在是未授权状态,为了避免恶意盗刷:\n 关注微信公众号【coder思维】\n回复关键词`ai` 获取授权链接 \n ![](/wx.png)",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} 条对话`,
@@ -151,7 +151,7 @@ const cn = {
},
Store: {
DefaultTopic: "新的聊天",
BotHello: "有什么可以帮你的吗",
BotHello: "有什么可以帮你的吗,我是智商超越人类的 AI大师",
Error: "出错了,稍后重试吧",
Prompt: {
History: (content: string) =>