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)"> -
+
@@ -186,7 +186,7 @@
{{ $t('location.trackRecord') }}
-