Skip to content

Commit

Permalink
Update cn.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eviswu authored Sep 27, 2024
1 parent 68d40c4 commit 2336a59
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/locales/cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2336a59

Please sign in to comment.