Update cn.ts

This commit is contained in:
FoamNekoCat 2025-02-08 13:04:37 +08:00 committed by GitHub
parent 410ba4c394
commit e2735d03f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,17 +6,6 @@ const isApp = !!getClientConfig()?.isApp;
const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: isApp
? `
\\
\\ `
: `
\
\
\
`,
},
Auth: {
Return: "返回",
Title: "需要密码",