diff --git a/app/components/auth.tsx b/app/components/auth.tsx index 539a52eec..b484d4fcd 100644 --- a/app/components/auth.tsx +++ b/app/components/auth.tsx @@ -113,12 +113,6 @@ export function AuthPage() { type="primary" onClick={goChat} /> - { - goSaas(); - }} - /> ); diff --git a/app/constant.ts b/app/constant.ts index a06b8f050..36d126813 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -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/"; diff --git a/app/locales/cn.ts b/app/locales/cn.ts index e514eb4fe..eeed40c49 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -9,12 +9,11 @@ const cn = { Error: { Unauthorized: isApp ? `😆 对话遇到了一些问题,不用慌: - \\ 1️⃣ 想要零配置开箱即用,[点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL}) - \\ 2️⃣ 如果你想消耗自己的 OpenAI 资源,点击[这里](/#/settings)修改设置 ⚙️` + \\ 1️⃣ [点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL}) + \\ 2️⃣ 点击[这里](/#/settings)修改设置 ⚙️` : `😆 对话遇到了一些问题,不用慌: - \ 1️⃣ 想要零配置开箱即用,[点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL}) - \ 2️⃣ 如果你正在使用私有部署版本,点击[这里](/#/auth)输入访问秘钥 🔑 - \ 3️⃣ 如果你想消耗自己的 OpenAI 资源,点击[这里](/#/settings)修改设置 ⚙️ + \ 1️⃣ [点击这里立刻开启对话 🚀](${SAAS_CHAT_UTM_URL}) + \ 2️⃣ 点击[这里](/#/auth)输入访问秘钥 🔑 `, }, Auth: { @@ -25,9 +24,8 @@ const cn = { Input: "在此处填写访问码", Confirm: "确认", Later: "稍后再说", - SaasTips: "配置太麻烦,想要立即使用", TopTips: - "🥳 NextChat AI 首发优惠,立刻解锁 OpenAI o1, GPT-4o, Claude-3.5 等最新大模型", + "", }, ChatItem: { ChatItemCount: (count: number) => `${count} 条对话`,