From 3b86ccd0d85563ea0a51465bfbdf6d7593c7f2ed Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Mon, 22 Jun 2020 10:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=89=20=E6=B7=BB=E5=8A=A0=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/Setting.vue | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d29eb1..0327056 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zy", - "version": "1.0.21", + "version": "1.0.22", "private": true, "author": { "name": "Hunlongyu", diff --git a/src/components/Setting.vue b/src/components/Setting.vue index 331755c..685831f 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -3,7 +3,8 @@
@@ -64,6 +65,9 @@ {{$t('clearDB')}} {{$t('clearTips')}}
+
+ 所有资源来自网上, 该软件不参与任何制作, 上传, 储存等内容, 禁止传播违法资源. 该软件仅供学习参考, 请于安装后24小时内删除. +
@@ -281,5 +285,10 @@ export default { margin-left: 10px; } } + .Tips{ + margin: 20px; + font-size: 12px; + color: #ff000066; + } }