Browse Source

更新前端发布

dygapp 4 years ago
parent
commit
d4621a938e

File diff suppressed because it is too large
+ 1 - 1
app/public/css/app.fba0a0ac.css


File diff suppressed because it is too large
+ 1 - 1
app/public/index.html


File diff suppressed because it is too large
+ 0 - 1
app/public/js/app.aa1e9780.js


File diff suppressed because it is too large
+ 1 - 0
app/public/js/app.c2269c90.js


+ 3 - 2
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "Y",
+  "name": "vpnserve",
   "version": "1.0.0",
   "description": "",
   "private": true,
@@ -35,7 +35,8 @@
     "cov": "egg-bin cov",
     "lint": "eslint .",
     "ci": "npm run lint && npm run cov",
-    "autod": "autod"
+    "autod": "autod",
+    "dist": "powershell -command 'rm app/public/* -r -fo' && powershell -command 'cp ../VPNWeb/dist/* app/public/  -r'"
   },
   "ci": {
     "version": "10"