mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +08:00
Update cn.ts
This commit is contained in:
parent
870ad913cc
commit
e77c46bacb
@ -4,7 +4,7 @@ import { SAAS_CHAT_UTM_URL } from "@/app/constant";
|
|||||||
|
|
||||||
const isApp = !!getClientConfig()?.isApp;
|
const isApp = !!getClientConfig()?.isApp;
|
||||||
|
|
||||||
const cn = {
|
/*const cn = {
|
||||||
WIP: "该功能仍在开发中……",
|
WIP: "该功能仍在开发中……",
|
||||||
Error: {
|
Error: {
|
||||||
Unauthorized: isApp
|
Unauthorized: isApp
|
||||||
@ -17,6 +17,16 @@ const cn = {
|
|||||||
\ 3️⃣ 如果你想消耗自己的 OpenAI 资源,点击[这里](/#/settings)修改设置 ⚙️
|
\ 3️⃣ 如果你想消耗自己的 OpenAI 资源,点击[这里](/#/settings)修改设置 ⚙️
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
|
const cn = {
|
||||||
|
WIP: "该功能仍在开发中……",
|
||||||
|
Error: {
|
||||||
|
Unauthorized: isApp
|
||||||
|
? "😆 检测到无效 API Key,请前往[设置⚙️](/#/settings)页检查 API Key 是否配置正确。"
|
||||||
|
: "😆 访问密码不正确或为空:
|
||||||
|
\ 1️⃣ 请前往[登录](/#/auth)页输入正确的访问密码🔑
|
||||||
|
\ 2️⃣ 或者微信公众号搜索【果冻学社】回复“访问密码”获取密码。",
|
||||||
|
},
|
||||||
Auth: {
|
Auth: {
|
||||||
Return: "返回",
|
Return: "返回",
|
||||||
Title: "需要密码",
|
Title: "需要密码",
|
||||||
|
Loading…
Reference in New Issue
Block a user