信息调整

This commit is contained in:
pcfengzi
2023-03-25 01:38:51 +08:00
committed by GitHub
parent b1670b3558
commit f1885077dd
3 changed files with 13 additions and 13 deletions

View File

@@ -46,14 +46,14 @@ const cn = {
},
},
Avatar: "头像",
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: "紧凑边框",