mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-04 00:03:46 +08:00
fix
This commit is contained in:
@@ -181,14 +181,14 @@ const cn = {
|
||||
SubTitle: "用户最新的一条消息会填充到此模板",
|
||||
},
|
||||
|
||||
Update: {
|
||||
Version: (x: string) => `当前版本:${x}`,
|
||||
IsLatest: "已是最新版本",
|
||||
CheckUpdate: "检查更新",
|
||||
IsChecking: "正在检查更新...",
|
||||
FoundUpdate: (x: string) => `发现新版本:${x}`,
|
||||
GoToUpdate: "前往更新",
|
||||
},
|
||||
// Update: {
|
||||
// Version: (x: string) => `当前版本:${x}`,
|
||||
// IsLatest: "已是最新版本",
|
||||
// CheckUpdate: "检查更新",
|
||||
// IsChecking: "正在检查更新...",
|
||||
// FoundUpdate: (x: string) => `发现新版本:${x}`,
|
||||
// GoToUpdate: "前往更新",
|
||||
// },
|
||||
SendKey: "发送键",
|
||||
Theme: "主题",
|
||||
TightBorder: "无边框模式",
|
||||
|
||||
Reference in New Issue
Block a user