From 2cc61e80d30a455bc359ce1cdb5b522be30e58be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Mon, 20 Jul 2020 09:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=88=E7=AB=AF=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E5=85=B3=E9=97=AD=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- vue.config.js | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c2c2f08..fdb4b49 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "zx-count": "^0.3.7", "zx-icon": "^1.1.8", "zx-keel": "^0.9.4", - "zx-layouts": "^0.6.7", + "zx-layouts": "^0.6.8", "zx-magnifie": "^0.4.0", "zx-markdown-editor": "^0.0.2", "zx-player": "^0.9.6", @@ -100,7 +100,7 @@ "increase-memory-limit": "^1.0.7", "lint-staged": "^10.2.11", "mockjs": "^1.1.0", - "plop": "^2.7.1", + "plop": "^2.7.2", "prettier": "^2.0.5", "sass": "^1.26.10", "sass-loader": "^9.0.2", diff --git a/vue.config.js b/vue.config.js index e343609..76eaf0f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,3 @@ -const { webpackBarName, webpackBanner } = require("zx-layouts"); const path = require("path"); const { publicPath, @@ -11,7 +10,15 @@ const { devPort, providePlugin, build7z, + donation, } = require("./src/config/settings"); +const { + webpackBarName, + webpackBanner, + donationConsole, +} = require("./src/layouts/components/zx-layouts"); + +if (donation) donationConsole(); const { version, author } = require("./package.json"); const Webpack = require("webpack"); const WebpackBar = require("webpackbar");