From 49abe89f49a376d9ee5c9460ff24a6e4c7b660ea Mon Sep 17 00:00:00 2001 From: cmliu Date: Thu, 9 Jan 2025 02:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=A2=E9=98=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=B9=B6=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _worker.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_worker.js b/_worker.js index 3c7f52b0..5475af88 100644 --- a/_worker.js +++ b/_worker.js @@ -12,8 +12,13 @@ let timestamp = 4102329600000;//2099-12-31 //节点链接 + 订阅链接 let MainData = ` -https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/sub/splitted/trojan.txt https://raw.githubusercontent.com/mfuu/v2ray/master/v2ray +https://raw.githubusercontent.com/peasoft/NoMoreWalls/master/list_raw.txt +https://raw.githubusercontent.com/ermaozi/get_subscribe/main/subscribe/v2ray.txt +https://raw.githubusercontent.com/aiboboxx/v2rayfree/main/v2 +https://raw.githubusercontent.com/mahdibland/SSAggregator/master/sub/airport_sub_merge.txt +https://raw.githubusercontent.com/mahdibland/SSAggregator/master/sub/sub_merge.txt +https://raw.githubusercontent.com/Pawdroid/Free-servers/refs/heads/main/sub ` let urls = []; @@ -198,7 +203,7 @@ export default { if (订阅格式 == 'clash') subConverterContent = await clashFix(subConverterContent); return new Response(subConverterContent, { headers: { - "Content-Disposition": `attachment; filename*=utf-8''${encodeURIComponent(FileName)}; filename=${FileName}`, + "Content-Disposition": `attachment; filename*=utf-8''${encodeURIComponent(FileName)}`, "content-type": "text/plain; charset=utf-8", "Profile-Update-Interval": `${SUBUpdateTime}`, //"Subscription-Userinfo": `upload=${UD}; download=${UD}; total=${total}; expire=${expire}`,