* 翻译
This commit is contained in:
2022-09-02 03:33:04 +00:00
parent 29ef5be718
commit ae58bf7a27
10 changed files with 23 additions and 23 deletions

View File

@@ -68,7 +68,7 @@ let mainMenu = [
type: 'separator'
},
{
label: 'Quit weweChat',
label: '退出 weweChat',
accelerator: !isOsx ? 'Alt+Q' : 'Command+Q',
selector: 'terminate:',
click() {
@@ -80,7 +80,7 @@ let mainMenu = [
]
},
{
label: 'File',
label: '聊天操作',
submenu: [
{
label: '新建聊天',
@@ -312,7 +312,7 @@ let trayMenu = [
label: '检查更新',
accelerator: !isOsx ? 'Ctrl+U' : 'Cmd+U',
click() {
checkForUpdates();
shell.openExternal('spk://store/chat/wewechat');
}
},
{