From 2336a59e7b48e8f023964c504a4551a75aa6bdd4 Mon Sep 17 00:00:00 2001 From: eviswu Date: Fri, 27 Sep 2024 14:40:19 +0800 Subject: [PATCH] Update cn.ts --- app/locales/cn.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 84e09cc24..21ab8364f 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -4,20 +4,6 @@ import { SAAS_CHAT_UTM_URL } from "@/app/constant"; const isApp = !!getClientConfig()?.isApp; -/*const cn = { - WIP: "该功能仍在开发中……", - Error: { - Unauthorized: isApp - ? `😆 对话遇到了一些问题,不用慌: - \\ 1️⃣ 想要零配置开箱即用,[点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL}) - \\ 2️⃣ 如果你想消耗自己的 OpenAI 资源,点击[这里](/#/settings)修改设置 ⚙️` - : `😆 对话遇到了一些问题,不用慌: - \ 1️⃣ 想要零配置开箱即用,[点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL}) - \ 2️⃣ 如果你正在使用私有部署版本,点击[这里](/#/auth)输入访问秘钥 🔑 - \ 3️⃣ 如果你想消耗自己的 OpenAI 资源,点击[这里](/#/settings)修改设置 ⚙️ - `, - }, - */ const cn = { WIP: "该功能仍在开发中……", Error: {