Update cn.ts

This commit is contained in:
mracat 2023-04-10 13:33:12 +08:00 committed by GitHub
parent 783f81fee8
commit 4899d8ca0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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