Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu authored Aug 27, 2024
1 parent 82f0ba5 commit 7ea5cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7ea5cb9

Please sign in to comment.