mirror of
https://github.com/XiaoGe-LiBai/yangmao.git
synced 2025-12-16 19:59:30 +08:00
更新 GaoDe.js
This commit is contained in:
2
GaoDe.js
2
GaoDe.js
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user