Update cn.ts

This commit is contained in:
eviswu 2024-09-27 14:26:30 +08:00 committed by GitHub
parent 870ad913cc
commit e77c46bacb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import { SAAS_CHAT_UTM_URL } from "@/app/constant";
const isApp = !!getClientConfig()?.isApp;
const cn = {
/*const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: isApp
@ -17,6 +17,16 @@ const cn = {
\ 3 OpenAI [](/#/settings)
`,
},
*/
const cn = {
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: isApp
? "😆 检测到无效 API Key请前往[设置⚙️](/#/settings)页检查 API Key 是否配置正确。"
: "😆 访:
\ 1 [](/#/auth)访🔑
\ 2 访",
},
Auth: {
Return: "返回",
Title: "需要密码",