Skip to content

Commit

Permalink
更改SaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
HowlJo committed Oct 22, 2024
1 parent 19cd8e0 commit 94ab2d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,5 +501,5 @@ export const PLUGINS = [
{ name: "Search Chat", path: Path.SearchChat },
];

export const SAAS_CHAT_URL = "https://nextchat.dev/chat";
export const SAAS_CHAT_UTM_URL = "https://nextchat.dev/chat?utm=github";
export const SAAS_CHAT_URL = "https://bot.howlike.cn/";
export const SAAS_CHAT_UTM_URL = "https://bot.howlike.cn/";
11 changes: 5 additions & 6 deletions app/locales/cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ const cn = {
Error: {
Unauthorized: isApp
? `😆 对话遇到了一些问题,不用慌:
\\ 1️⃣ 想要零配置开箱即用,[点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL})
\\ 2️⃣ 如果你想消耗自己的 OpenAI 资源,点击[这里](/#/settings)修改设置 ⚙️`
\\ 1️⃣ [点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL})
\\ 2️⃣ 点击[这里](/#/auth)输入访问秘钥 🔑`
: `😆 对话遇到了一些问题,不用慌:
\ 1️⃣ 想要零配置开箱即用,[点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL})
\ 2️⃣ 如果你正在使用私有部署版本,点击[这里](/#/auth)输入访问秘钥 🔑
\ 3️⃣ 如果你想消耗自己的 OpenAI 资源,点击[这里](/#/settings)修改设置 ⚙️
\ 1️⃣ [点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL})
\ 2️⃣ 点击[这里](/#/auth)输入访问秘钥 🔑
`,
},
Auth: {
Return: "返回",
Title: "需要密码",
Tips: "管理员开启了密码验证,请在下方填入访问码",
SubTips: "或者输入你的 OpenAI 或 Google AI 密钥",
SubTips: "输入你的密钥",
Input: "在此处填写访问码",
Confirm: "确认",
Later: "稍后再说",
Expand Down

0 comments on commit 94ab2d8

Please sign in to comment.