소스 검색

chore: change placeholder

river 1 년 전
부모
커밋
7dc0f81d3f
3개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      app/components/settings.tsx
  2. 1 1
      app/locales/cn.ts
  3. 2 1
      app/locales/en.ts

+ 1 - 0
app/components/settings.tsx

@@ -702,6 +702,7 @@ export function Settings() {
           Locale.Settings.Access.SaasStart.ChatNow
         }
         icon={<FireIcon />}
+        type={"primary"}
         text={Locale.Settings.Access.SaasStart.ChatNow}
         onClick={() => {
           window.location.href = SAAS_CHAT_URL;

+ 1 - 1
app/locales/cn.ts

@@ -310,7 +310,7 @@ const cn = {
         Title: "使用 NextChat AI",
         Label: "(性价比最高的方案)",
         SubTitle:
-          "由 NextChat 官方维护, 零配置开箱即用,支持最新 GPT-4o、Gemini、Claude3 等最新大模型",
+          "由 NextChat 官方维护, 零配置开箱即用,支持 OpenAI o1, GPT-4o, Claude-3.5 等最新大模型",
         ChatNow: "立刻对话",
       },
       AccessCode: {

+ 2 - 1
app/locales/en.ts

@@ -313,7 +313,8 @@ const en: LocaleType = {
         Title: "Use NextChat AI",
         Label: " (Most Cost-Effective Option)",
         SubTitle:
-          "Maintained by NextChat, zero setup needed, supports the latest models like GPT-4o, Gemini, Claude3, and more.",
+          "Maintained by NextChat, zero setup needed, unlock OpenAI o1, GPT-4o," +
+          " Claude-3.5 and more",
         ChatNow: "Start Now",
       },
       AccessCode: {