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