File tree 3 files changed +26
-1
lines changed
3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ Linux Command 桌面版  web 版本制作的桌面版应用。
12
33
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ let template = [{
28
28
label : '全选' ,
29
29
accelerator : 'CmdOrCtrl+A' ,
30
30
role : 'selectall'
31
+ } , {
32
+ label : '退出' ,
33
+ accelerator : 'CmdOrCtrl+Q' ,
34
+ role : 'quit'
31
35
} ]
32
36
} , {
33
37
label : '查看' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " linux-command" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Linux Command" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments