From b42d7ae19a733a9724b7f79dc5798535ffe89d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sat, 26 Jan 2019 01:48:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E5=A5=87?= =?UTF-8?q?=E8=91=A9=E7=9A=84DPI=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 13 +++++++--- src/depends.html | 1 - src/index.html | 1 - src/js/modules/extra-win.js | 6 +++-- src/main.js | 49 +++++++++++++++++++++++-------------- src/tools/server.js | 37 ---------------------------- 6 files changed, 44 insertions(+), 63 deletions(-) delete mode 100644 src/tools/server.js diff --git a/package.json b/package.json index f8ffd99..a0d3b91 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,10 @@ "start": "electron .", "pack": "electron-builder" }, - "author": { "name": "yutent", "email": "yutent@doui.cc" }, + "author": { + "name": "yutent", + "email": "yutent@doui.cc" + }, "homepage": "https://yutent.me", "license": "MIT", "dependencies": { @@ -15,7 +18,7 @@ "iofs": "^1.1.0" }, "devDependencies": { - "electron": "^4.0.0", + "electron": "^4.0.2", "electron-builder": "^20.38.5" }, "build": { @@ -26,7 +29,11 @@ "buildResources": "icons", "output": "build" }, - "files": ["src/**/*", "node_modules/iofs/*", "node_modules/crypto.js/*"], + "files": [ + "src/**/*", + "node_modules/iofs/*", + "node_modules/crypto.js/*" + ], "mac": { "category": "public.app-category.music", "target": "dmg", diff --git a/src/depends.html b/src/depends.html index 2125bae..5aafa24 100644 --- a/src/depends.html +++ b/src/depends.html @@ -4,7 +4,6 @@ -