From 9b2ebeb50e16c5c843543d014a4a51f19ef3421b Mon Sep 17 00:00:00 2001 From: Yuanzhe Liu <294068487@qq.com> Date: Sun, 5 Nov 2023 12:49:31 +0000 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8Dclash=E5=88=A0?= =?UTF-8?q?=E5=BA=93=E5=B8=A6=E6=9D=A5=E7=9A=84=E5=BD=B1=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + routes/airportsub.js | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5a2bc0..3cb89e5 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ flyctl regions add sea flyctl regions remove nrt flyctl config env flyctl secrets set DEBUG=true +flyctl ssh console ``` # Node常用工具 diff --git a/routes/airportsub.js b/routes/airportsub.js index f002287..4f9df68 100644 --- a/routes/airportsub.js +++ b/routes/airportsub.js @@ -140,10 +140,9 @@ router.get("/cache", async function (req, res) { }); router.get("/download", async function (req, res) { - const repos = ["Dreamacro/clash", "Fndroid/clash_for_windows_pkg", "Kr328/ClashForAndroid", + const repos = [ "shadowsocks/shadowsocks-android", "XTLS/Xray-core", "2dust/v2rayN", "NetchX/Netch", "2dust/v2rayNG", - "yichengchen/clashX", "shadowsocks/shadowsocks-windows", - "shadowsocksrr/shadowsocksr-csharp", "FelisCatus/SwitchyOmega"]; + "shadowsocks/shadowsocks-windows", "shadowsocksrr/shadowsocksr-csharp", "FelisCatus/SwitchyOmega"]; const auth = { "username": process.env.GITHUB_USERNAME, "password": process.env.GITHUB_TOKEN