From 34aa44ae3d532e1e60b404a040bbe3359a028a91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com>
Date: Tue, 14 Jul 2020 10:21:47 +0800
Subject: [PATCH] deploy
---
package.json | 2 +-
src/plugins/support.js | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 818afdb2a..11701120c 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
"xlsx": "^0.16.3",
"zx-comparison": "^1.0.3",
"zx-count": "^0.3.7",
- "zx-icon": "^1.1.1",
+ "zx-icon": "^1.1.5",
"zx-keel": "^0.9.4",
"zx-layouts": "^0.5.9",
"zx-magnifie": "^0.4.0",
diff --git a/src/plugins/support.js b/src/plugins/support.js
index 05df964c0..0e1831f3f 100644
--- a/src/plugins/support.js
+++ b/src/plugins/support.js
@@ -16,6 +16,8 @@ if (!!window.ActiveXObject || "ActiveXObject" in window) {
}
if (process.env.NODE_ENV !== "development") {
document.writeln(
- ''
+ ''
);
}