CN-1563 fix: 修复轨迹线不对的问题;更改插件的周期信息
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user