From e67ec0905a27b2aa07d94267dad58605c6fb54c2 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 15 Jan 2024 16:26:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=B8=89=E4=B8=AA?= =?UTF-8?q?=E6=96=B0=E6=8F=92=E4=BB=B6=E7=9A=84id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index d4f94f9c..059cb5f9 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -1883,7 +1883,7 @@ export const performanceMetricMapping = { export const pluginBasicInfo = [ { - id: 1, + id: 110, name: 'HotSpot VPN', type: 'IP', schedule: 'plugin.daily', @@ -1891,7 +1891,7 @@ export const pluginBasicInfo = [ iconUrl: 'images/knowledge-base-logo/hotspot-vpn.png' }, { - id: 2, + id: 111, name: 'IpVanish VPN', type: 'Domain', schedule: 'plugin.hourly', @@ -1899,7 +1899,7 @@ export const pluginBasicInfo = [ iconUrl: 'images/knowledge-base-logo/ip-vanish.png' }, { - id: 3, + id: 112, name: 'IpVanish VPN', type: 'IP', schedule: 'plugin.hourly',