更改SaaS

This commit is contained in:
Joxp 2024-10-22 22:34:41 +08:00
parent 19cd8e0946
commit 94ab2d8e94
2 changed files with 7 additions and 8 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://nextchat.dev/chat"; export const SAAS_CHAT_URL = "https://bot.howlike.cn/";
export const SAAS_CHAT_UTM_URL = "https://nextchat.dev/chat?utm=github"; export const SAAS_CHAT_UTM_URL = "https://bot.howlike.cn/";

View File

@ -9,19 +9,18 @@ const cn = {
Error: { Error: {
Unauthorized: isApp Unauthorized: isApp
? `😆 对话遇到了一些问题,不用慌: ? `😆 对话遇到了一些问题,不用慌:
\\ 1 [ 🚀](${SAAS_CHAT_UTM_URL}) \\ 1 [ 🚀](${SAAS_CHAT_UTM_URL})
\\ 2 OpenAI [](/#/settings) ` \\ 2 [](/#/auth)访 🔑`
: `😆 对话遇到了一些问题,不用慌: : `😆 对话遇到了一些问题,不用慌:
\ 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: "或者输入你的 OpenAI 或 Google AI 密钥", SubTips: "输入你的密钥",
Input: "在此处填写访问码", Input: "在此处填写访问码",
Confirm: "确认", Confirm: "确认",
Later: "稍后再说", Later: "稍后再说",