From 5a91f9ddbe49235a1b11f5fc14451417b04d63a7 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Wed, 6 Mar 2024 16:59:07 +0800 Subject: [PATCH] =?UTF-8?q?CN-1563=20fix:=20=E4=BF=AE=E5=A4=8D=E8=BD=A8?= =?UTF-8?q?=E8=BF=B9=E7=BA=BF=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=9B=E6=9B=B4=E6=94=B9=E6=8F=92=E4=BB=B6=E7=9A=84=E5=91=A8?= =?UTF-8?q?=E6=9C=9F=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/constants.js | 8 ++-- src/views/location/Index.vue | 83 ++++++++++++++++++------------------ 2 files changed, 46 insertions(+), 45 deletions(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index 297fcd66..1f36f640 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -1887,7 +1887,7 @@ export const pluginBasicInfo = [ id: 109, name: 'Psiphon3 VPN', type: ['IP'], - schedule: 'plugin.always', + schedule: 'plugin.hourly', desc: 'knowledgeBase.desc.psiphon3', iconUrl: 'images/knowledge-base-logo/psiphon3-vpn.png' }, @@ -1895,7 +1895,7 @@ export const pluginBasicInfo = [ id: 111, name: 'HotSpot VPN', type: ['IP'], - schedule: 'plugin.daily', + schedule: 'plugin.hourly', desc: 'knowledgeBase.desc.hotSpot', iconUrl: 'images/knowledge-base-logo/hotspot-vpn.png' }, @@ -1911,7 +1911,7 @@ export const pluginBasicInfo = [ id: 113, name: 'Ivacy VPN', type: ['IP', 'Domain'], - schedule: 'plugin.hourly', + schedule: 'plugin.daily', desc: 'knowledgeBase.desc.ivacyDomain', iconUrl: 'images/knowledge-base-logo/ivacy.png' }, @@ -1927,7 +1927,7 @@ export const pluginBasicInfo = [ id: 115, name: 'CyberGhost VPN', type: ['IP', 'Domain'], - schedule: 'plugin.hourly', + schedule: 'plugin.daily', desc: 'knowledgeBase.desc.cyberGhostDomain', iconUrl: 'images/knowledge-base-logo/cyber-ghost.png' }, diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index 27606909..e7a83cba 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -149,7 +149,7 @@ class="analysis-statistics__subscriber" :class="currentShowSubscriber && currentShowSubscriber.subscriberId === subscriber.subscriberId ? 'analysis-statistics__subscriber--active' : ''" @click="changeCurrentShowSubscriber(subscriber)"> -