mirror of
https://github.com/lush2020/CF-Workers-SUB.git
synced 2026-03-21 02:24:02 +08:00
Update _worker.js
This commit is contained in:
@@ -182,7 +182,7 @@ export default {
|
||||
} catch (error) {
|
||||
console.error('处理 URL 时发生错误:', error);
|
||||
}
|
||||
|
||||
if(env.WARP) 订阅转换URL += "|" + (await ADD(env.WARP)).join("|");
|
||||
//修复中文错误
|
||||
const utf8Encoder = new TextEncoder();
|
||||
const encodedData = utf8Encoder.encode(req_data);
|
||||
|
||||
Reference in New Issue
Block a user