ref: suport shift+escape to quit app

This commit is contained in:
muwoo
2021-08-04 21:23:01 +08:00
11 changed files with 84 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rubick2",
"version": "0.0.2-beta.1",
"version": "0.0.2-beta.2",
"author": "muwoo <2424880409@qq.com>",
"description": "An electron-vue project",
"license": null,
@@ -52,6 +52,7 @@
"target": "pkg"
},
"win": {
"icon": "build/icons/icon.ico",
"target":[
"nsis",
"msi"
@@ -70,6 +71,7 @@
"electron-store": "^8.0.0",
"iohook": "^0.9.3",
"is-chinese": "^1.4.2",
"jian-pinyin": "^0.2.3",
"keycode": "^2.2.0",
"marked": "^2.0.7",
"md5": "^2.3.0",