Update cn.ts

This commit is contained in:
xuyang.li 2023-04-22 21:31:01 +08:00 committed by GitHub
parent 8d0a420cc8
commit e2f5ad86cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import { SubmitKey } from "../store/config";
const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码。",
Unauthorized: "现在是未授权状态,请点击左下角设置按钮输入访问密码1111111111111111111111111。",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} 条对话`,