Update cn.ts

This commit is contained in:
01121531 2023-03-28 16:54:38 +08:00 committed by GitHub
parent 4597a2286a
commit e06a609003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: "现在是未授权状态,请在设置页填写授权码。",
Unauthorized: "现在是未授权状态,请联系微信l0112153在设置页填写授权码。",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} 条对话`,