From 85525745a15135d06f19538d834129a27d255e01 Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Wed, 13 Jul 2022 10:56:50 +0800 Subject: [PATCH] feat: remove qrcode and modify sites url --- src/components/Setting.vue | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/Setting.vue b/src/components/Setting.vue index c3d3b84..c693e52 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -5,9 +5,7 @@
官网 Github - v{{pkg.version}}更新日志 - 常见问题 - 反馈建议 + 软件完全免费,如遇收费,请立即给差评并退费! 最新版本v{{update.version}}
@@ -148,13 +146,6 @@
-
-
请作者吃辣条
-
- - -
-
软件重置 设置密码 @@ -391,7 +382,7 @@ export default { this.updateSettingEvent() }, resetDefaultSitesDataURL () { - this.setting.sitesDataURL = 'https://gitee.com/cuiocean/ZY-Player-Resources/raw/main/Sites/Sites.json' + this.setting.sitesDataURL = 'https://raw.iqiq.io/Hunlongyu/ZY-Player-Resources/main/Sites/20220713.json' }, configSitesDataURL () { if (!this.setting.sitesDataURL) this.resetDefaultSitesDataURL()