Revert "更改SaaS"

This reverts commit 94ab2d8e94.
This commit is contained in:
Joxp 2024-10-22 22:38:07 +08:00
parent e59dbfc894
commit d2519b65ac
2 changed files with 8 additions and 7 deletions

View File

@ -501,5 +501,5 @@ export const PLUGINS = [
{ name: "Search Chat", path: Path.SearchChat }, { name: "Search Chat", path: Path.SearchChat },
]; ];
export const SAAS_CHAT_URL = "https://bot.howlike.cn/"; export const SAAS_CHAT_URL = "https://nextchat.dev/chat";
export const SAAS_CHAT_UTM_URL = "https://bot.howlike.cn/"; export const SAAS_CHAT_UTM_URL = "https://nextchat.dev/chat?utm=github";

View File

@ -9,18 +9,19 @@ const cn = {
Error: { Error: {
Unauthorized: isApp Unauthorized: isApp
? `😆 对话遇到了一些问题,不用慌: ? `😆 对话遇到了一些问题,不用慌:
\\ 1 [ 🚀](${SAAS_CHAT_UTM_URL}) \\ 1 [ 🚀](${SAAS_CHAT_UTM_URL})
\\ 2 [](/#/auth)访 🔑` \\ 2 OpenAI [](/#/settings) `
: `😆 对话遇到了一些问题,不用慌: : `😆 对话遇到了一些问题,不用慌:
\ 1 [ 🚀](${SAAS_CHAT_UTM_URL}) \ 1 [ 🚀](${SAAS_CHAT_UTM_URL})
\ 2 [](/#/auth)访 🔑 \ 2 使[](/#/auth)访 🔑
\ 3 OpenAI [](/#/settings)
`, `,
}, },
Auth: { Auth: {
Return: "返回", Return: "返回",
Title: "需要密码", Title: "需要密码",
Tips: "管理员开启了密码验证,请在下方填入访问码", Tips: "管理员开启了密码验证,请在下方填入访问码",
SubTips: "输入你的密钥", SubTips: "或者输入你的 OpenAI 或 Google AI 密钥",
Input: "在此处填写访问码", Input: "在此处填写访问码",
Confirm: "确认", Confirm: "确认",
Later: "稍后再说", Later: "稍后再说",