正在显示
2 个修改的文件
包含
22 行增加
和
17 行删除
| ... | @@ -14678,9 +14678,9 @@ | ... | @@ -14678,9 +14678,9 @@ |
| 14678 | "dev": true | 14678 | "dev": true |
| 14679 | }, | 14679 | }, |
| 14680 | "vuex": { | 14680 | "vuex": { |
| 14681 | - "version": "3.3.0", | 14681 | + "version": "3.4.0", |
| 14682 | - "resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.3.0.tgz", | 14682 | + "resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.4.0.tgz", |
| 14683 | - "integrity": "sha1-ZltGMOoTRzFxOfzFy0laqz7F5RM=" | 14683 | + "integrity": "sha1-IMwIYGLXUHafzh/rs05/zurr3kU=" |
| 14684 | }, | 14684 | }, |
| 14685 | "vuex-electron": { | 14685 | "vuex-electron": { |
| 14686 | "version": "1.0.3", | 14686 | "version": "1.0.3", | ... | ... |
| ... | @@ -21,10 +21,12 @@ | ... | @@ -21,10 +21,12 @@ |
| 21 | }, | 21 | }, |
| 22 | "build": { | 22 | "build": { |
| 23 | "extraFiles": [], | 23 | "extraFiles": [], |
| 24 | - "publish": [{ | 24 | + "publish": [ |
| 25 | - "provider": "generic", | 25 | + { |
| 26 | - "url": "http://127.0.0.1" | 26 | + "provider": "generic", |
| 27 | - }], | 27 | + "url": "http://127.0.0.1" |
| 28 | + } | ||
| 29 | + ], | ||
| 28 | "productName": "electron-vue-admin", | 30 | "productName": "electron-vue-admin", |
| 29 | "appId": "org.simulatedgreg.electron-vue", | 31 | "appId": "org.simulatedgreg.electron-vue", |
| 30 | "directories": { | 32 | "directories": { |
| ... | @@ -34,7 +36,8 @@ | ... | @@ -34,7 +36,8 @@ |
| 34 | "dist/electron/**/*" | 36 | "dist/electron/**/*" |
| 35 | ], | 37 | ], |
| 36 | "dmg": { | 38 | "dmg": { |
| 37 | - "contents": [{ | 39 | + "contents": [ |
| 40 | + { | ||
| 38 | "x": 410, | 41 | "x": 410, |
| 39 | "y": 150, | 42 | "y": 150, |
| 40 | "type": "link", | 43 | "type": "link", |
| ... | @@ -52,13 +55,15 @@ | ... | @@ -52,13 +55,15 @@ |
| 52 | }, | 55 | }, |
| 53 | "win": { | 56 | "win": { |
| 54 | "icon": "build/icons/icon.ico", | 57 | "icon": "build/icons/icon.ico", |
| 55 | - "target": [{ | 58 | + "target": [ |
| 56 | - "target": "nsis", | 59 | + { |
| 57 | - "arch": [ | 60 | + "target": "nsis", |
| 58 | - "x64", | 61 | + "arch": [ |
| 59 | - "ia32" | 62 | + "x64", |
| 60 | - ] | 63 | + "ia32" |
| 61 | - }] | 64 | + ] |
| 65 | + } | ||
| 66 | + ] | ||
| 62 | }, | 67 | }, |
| 63 | "linux": { | 68 | "linux": { |
| 64 | "icon": "build/icons" | 69 | "icon": "build/icons" |
| ... | @@ -77,7 +82,7 @@ | ... | @@ -77,7 +82,7 @@ |
| 77 | "vue": "^2.6.11", | 82 | "vue": "^2.6.11", |
| 78 | "vue-electron": "^1.0.6", | 83 | "vue-electron": "^1.0.6", |
| 79 | "vue-router": "^3.1.6", | 84 | "vue-router": "^3.1.6", |
| 80 | - "vuex": "^3.3.0", | 85 | + "vuex": "^3.4.0", |
| 81 | "vuex-electron": "^1.0.3" | 86 | "vuex-electron": "^1.0.3" |
| 82 | }, | 87 | }, |
| 83 | "devDependencies": { | 88 | "devDependencies": { |
| ... | @@ -151,4 +156,4 @@ | ... | @@ -151,4 +156,4 @@ |
| 151 | "webpack-hot-middleware": "^2.25.0", | 156 | "webpack-hot-middleware": "^2.25.0", |
| 152 | "webpack-merge": "^4.2.2" | 157 | "webpack-merge": "^4.2.2" |
| 153 | } | 158 | } |
| 154 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 159 | +} | ... | ... |
-
请 注册 或 登录 后发表评论