This commit is contained in:
2024
2025-03-20 23:21:15 +08:00
parent be904d69fb
commit 3573f0368d
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ if (process.env.BANPIN) {
let pinarr = banpin.split(',');
console.log(`已配置全局不执行pin: ${JSON.stringify(pinarr)}`);
for (let i of pinarr) {
j = decodeURIComponent(j);
//j = decodeURIComponent(j);
CookieJDs = CookieJDs.filter(x => !x.includes(encodeURIComponent(i)));
}
}

File diff suppressed because one or more lines are too long