Compare commits

..

1 Commits

Author SHA1 Message Date
RiverRay
c9ef6d58ed Update README.md 2025-04-19 15:50:17 +08:00
5 changed files with 7 additions and 23 deletions

View File

@@ -40,13 +40,12 @@ English / [简体中文](./README_CN.md)
</div>
## 🥳 Cheer for DeepSeek, China's AI star!
> Purpose-Built UI for DeepSeek Reasoner Model
## 🥳 Cheer for NextChat iOS Version Online!
> [ 👉 Click Here Install Now](https://apps.apple.com/us/app/nextchat-ai/id6743085599)
![Github iOS Image](https://github.com/user-attachments/assets/e0aa334f-4c13-4dc9-8310-e3b09fa4b9f3)
<img src="https://github.com/user-attachments/assets/f3952210-3af1-4dc0-9b81-40eaa4847d9a"/>
## 🫣 NextChat Support MCP !
> Before build, please set env ENABLE_MCP=true

View File

@@ -1574,7 +1574,7 @@ export function Settings() {
>
{Object.values(Theme).map((v) => (
<option value={v} key={v}>
{Locale.Settings.ThemeOptions[v]}
{v}
</option>
))}
</Select>

View File

@@ -211,11 +211,6 @@ const cn = {
},
SendKey: "发送键",
Theme: "主题",
ThemeOptions: {
auto: "自动",
light: "亮色",
dark: "深色",
},
TightBorder: "无边框模式",
SendPreviewBubble: {
Title: "预览气泡",

View File

@@ -213,11 +213,6 @@ const en: LocaleType = {
},
SendKey: "Send Key",
Theme: "Theme",
ThemeOptions: {
auto: "Auto",
light: "Light",
dark: "Dark",
},
TightBorder: "Tight Border",
SendPreviewBubble: {
Title: "Send Preview Bubble",

View File

@@ -166,7 +166,7 @@ const tw = {
},
},
Lang: {
Name: "Language", // 注意:如果您想添加新的翻譯,請不要翻譯此值,保持為 Language
Name: "Language", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language`
All: "所有語言",
},
Avatar: "大頭貼",
@@ -198,11 +198,6 @@ const tw = {
},
SendKey: "傳送鍵",
Theme: "主題",
ThemeOptions: {
auto: "自動",
light: "亮色",
dark: "深色",
},
TightBorder: "緊湊邊框",
SendPreviewBubble: {
Title: "預覽氣泡",