更新 GaoDe.js

This commit is contained in:
XiaoGe-LiBai
2024-05-24 23:48:14 +08:00
parent ebd63b51c9
commit 9485d12b32

View File

@@ -49,7 +49,7 @@ var node = '', channel = '', adiu = '', userId = '', actID = '', playID = '', se
return;
}
if (gdVal != undefined) {
let accounts = gdVal.split('\n');
let accounts = gdVal.split('&');
let count = 1; // 添加计数器以跟踪账号数量
for (let account of accounts) {
let obj = JSON.parse(account);