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