From 8d5dd4e348a892343ddec406003b98106b02d8f0 Mon Sep 17 00:00:00 2001 From: javalover123 Date: Wed, 29 Mar 2023 19:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20v2rayN=20=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.js b/main.js index cfeb614..ccbc8c5 100644 --- a/main.js +++ b/main.js @@ -28,6 +28,11 @@ let proMap = { ,raw:"https://raw-gh.gcdn.mirr.one/" ,home:"https://gh.gcdn.mirr.one/" } + ,v2ray:{ + down:"http://localhost:1987/proxy/https://github.com/" + ,raw:"http://localhost:1987/proxy/https://raw.githubusercontent.com/" + ,home:"http://localhost:1987/proxy/https://github.com/" + } } let include = [ @@ -226,6 +231,7 @@ class ProxyGithubSettingTab extends PluginSettingTab { dropDown.addOption('ghproxy', 'ghproxy'); dropDown.addOption('gitclone', 'gitclone'); dropDown.addOption('mirr', 'mirr'); + dropDown.addOption('v2ray', 'v2ray'); dropDown.onChange(async (value) => { this.plugin.settings.server=value // this.plugin.settings.server = value;