From 6eb5a31a44d9cf8df888e280b33401757e2629fd Mon Sep 17 00:00:00 2001 From: cmliu Date: Sun, 29 Dec 2024 22:12:22 +0800 Subject: [PATCH] debug --- _worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_worker.js b/_worker.js index 0310600..3c7f52b 100644 --- a/_worker.js +++ b/_worker.js @@ -166,7 +166,7 @@ export default { headers: { "content-type": "text/plain; charset=utf-8", "Profile-Update-Interval": `${SUBUpdateTime}`, - "Subscription-Userinfo": `upload=${UD}; download=${UD}; total=${total}; expire=${expire}`, + //"Subscription-Userinfo": `upload=${UD}; download=${UD}; total=${total}; expire=${expire}`, } }); } else if (订阅格式 == 'clash') { @@ -189,7 +189,7 @@ export default { headers: { "content-type": "text/plain; charset=utf-8", "Profile-Update-Interval": `${SUBUpdateTime}`, - "Subscription-Userinfo": `upload=${UD}; download=${UD}; total=${total}; expire=${expire}`, + //"Subscription-Userinfo": `upload=${UD}; download=${UD}; total=${total}; expire=${expire}`, } }); //throw new Error(`Error fetching subConverterUrl: ${subConverterResponse.status} ${subConverterResponse.statusText}`);