This commit is contained in:
xuzhenjun
2023-04-11 01:19:32 +08:00
parent 8ec37bc7f1
commit 8c4669af3b
3 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ import { isMobileScreen } from "../utils";
const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: "现在是未授权状态,请在设置页输入访问密码。",
Unauthorized:
"现在是未授权状态,\n 关注微信公众号【coder思维】回复关键词`ai` \n 获取授权链接",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} 条对话`,