From d45193bbfecde4459300f9346b827b6c720460a7 Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Fri, 2 Sep 2022 10:36:18 +0800
Subject: [PATCH] =?UTF-8?q?=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20=20=20=20=20ma?=
 =?UTF-8?q?in.js=20=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20=20=20=20=20package.js?=
 =?UTF-8?q?on?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 main.js      | 18 +++++++++---------
 package.json |  1 +
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/main.js b/main.js
index 2eec56e..d4c190e 100644
--- a/main.js
+++ b/main.js
@@ -83,7 +83,7 @@ let mainMenu = [
         label: 'File',
         submenu: [
             {
-                label: 'New Chat',
+                label: '新建聊天',
                 accelerator: !isOsx ? 'Ctrl+N' : 'Cmd+N',
                 click() {
                     mainWindow.show();
@@ -91,7 +91,7 @@ let mainMenu = [
                 }
             },
             {
-                label: 'Search...',
+                label: '搜索',
                 accelerator: !isOsx ? 'Ctrl+F' : 'Cmd+F',
                 click() {
                     mainWindow.show();
@@ -99,7 +99,7 @@ let mainMenu = [
                 }
             },
             {
-                label: 'Batch Send Message',
+                label: '群发消息',
                 accelerator: !isOsx ? 'Ctrl+B' : 'Cmd+B',
                 click() {
                     mainWindow.show();
@@ -110,7 +110,7 @@ let mainMenu = [
                 type: 'separator',
             },
             {
-                label: 'Insert emoji',
+                label: '插入表情符号',
                 accelerator: !isOsx ? 'Ctrl+I' : 'Cmd+I',
                 click() {
                     mainWindow.show();
@@ -121,7 +121,7 @@ let mainMenu = [
                 type: 'separator',
             },
             {
-                label: 'Next conversation',
+                label: '下一个聊天',
                 accelerator: !isOsx ? 'Ctrl+J' : 'Cmd+J',
                 click() {
                     mainWindow.show();
@@ -129,7 +129,7 @@ let mainMenu = [
                 }
             },
             {
-                label: 'Previous conversation',
+                label: '上一个聊天',
                 accelerator: !isOsx ? 'Ctrl+K' : 'Cmd+K',
                 click() {
                     mainWindow.show();
@@ -158,7 +158,7 @@ let mainMenu = [
 
     },
     {
-        label: 'Edit',
+        label: '编辑',
         submenu: [
             {
                 role: 'undo'
@@ -242,7 +242,7 @@ let mainMenu = [
         role: 'help',
         submenu: [
             {
-                label: '反馈(不一定解决)',
+                label: '反馈',
                 click() {
                     shell.openExternal('https://gitee.com/spark-community-works-collections/wewechat-plus-plus/issues');
                 }
@@ -316,7 +316,7 @@ let trayMenu = [
         }
     },
     {
-        label: 'Quit weweChat',
+        label: '退出 weweChat',
         accelerator: !isOsx ? 'Alt+Q' : 'Command+Q',
         selector: 'terminate:',
         click() {
diff --git a/package.json b/package.json
index 03f3fff..f95b2ea 100644
--- a/package.json
+++ b/package.json
@@ -57,6 +57,7 @@
       "category": "Chat",
       "executableName": "wewechat",
       "target": [
+	 "deb",
         "AppImage"
       ]
     },