Skip to content

Commit b702ca5

Browse files
authored
Update qqreadnode.js
1 parent c2d18ab commit b702ca5

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

qqreadnode.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,12 @@ console.log(
252252
console.log(
253253
`============ 共 ${Length}${jsname}账号=============\n`
254254
);
255-
256255
console.log(`============ 提现标准为:${CASH} =============\n`);
257256
//设置为0 日常任务,设置为1 单开宝箱,设置为2 完整功能版
258257

259-
//设置为0 日常任务,设置为1 单开宝箱,设置为2 完整功能版
260-
if (BOX=0{$.log(`============ 脚本模式为:${BOX},日常任务模式=============\n`);}
261-
if (BOX=1{$.log(`============ 脚本模式为:${BOX},单开宝箱模式=============\n`);}
262-
if (BOX=2{$.log(`============ 脚本模式为:${BOX},完整功能模式=============\n`);}
258+
if (BOX==0{console.log(`============ 脚本模式为:${BOX},日常任务模式=============\n`);}
259+
else if (BOX==1{console.log(`============ 脚本模式为:${BOX},单开宝箱模式=============\n`);}
260+
else if (BOX==2{console.log(`============ 脚本模式为:${BOX},完整功能模式=============\n`);}
263261

264262
!(async () => {
265263

0 commit comments

Comments
 (0)