Update cn.ts

This commit is contained in:
01121531
2023-03-28 16:54:38 +08:00
committed by GitHub
parent 4597a2286a
commit e06a609003

View File

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