mirror of
https://github.com/lush2020/CF-Workers-SUB.git
synced 2026-03-21 02:52:38 +08:00
更新_worker.js,修复base64编码中的特殊字符处理
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user