mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-29 17:10:20 +09:00
Update cn.ts
This commit is contained in:
parent
410ba4c394
commit
e2735d03f6
@ -6,17 +6,6 @@ const isApp = !!getClientConfig()?.isApp;
|
||||
|
||||
const cn = {
|
||||
WIP: "该功能仍在开发中……",
|
||||
Error: {
|
||||
Unauthorized: isApp
|
||||
? `
|
||||
\\
|
||||
\\ `
|
||||
: `
|
||||
\
|
||||
\
|
||||
\
|
||||
`,
|
||||
},
|
||||
Auth: {
|
||||
Return: "返回",
|
||||
Title: "需要密码",
|
||||
|
Loading…
Reference in New Issue
Block a user