From c9f24c20c42506c34c37ce895e36947a0f82a2fd Mon Sep 17 00:00:00 2001 From: cmliu Date: Sun, 23 Feb 2025 17:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=5Fworker.js=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbase64=E7=BC=96=E7=A0=81=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=AD=97=E7=AC=A6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index cb0e63a4..7efdd8e5 100644 --- a/_worker.js +++ b/_worker.js @@ -168,7 +168,7 @@ export default { return base64.slice(0, base64.length - padding) + '=='.slice(0, padding); } - base64Data = encodeBase64(result); + base64Data = encodeBase64(result.replace(/\u0026/g, '&')) } if (订阅格式 == 'base64' || token == fakeToken) {