Skip to content

Commit 6b65ebc

Browse files
committed
更新[米读],删除抽奖通知
1 parent 17f9a36 commit 6b65ebc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

midu/miduRead.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,14 @@ function showmsg() {
303303
}
304304

305305
// 大转盘抽手机
306-
if (signinfo.drawPrize) {
307-
if (signinfo.drawPrize.code == 0) {
308-
detail += `【转盘奖励】本次${drawPrize.data.title}\n`
309-
} else {
310-
detail += `【转盘奖励】无次数抽奖`
311-
}
312-
senku.msg(cookieName + ` 用户:${name}`, subTitle, detail)
313-
}
306+
// if (signinfo.drawPrize) {
307+
// if (signinfo.drawPrize.code == 0) {
308+
// detail += `【转盘奖励】本次${drawPrize.data.title}\n`
309+
// } else {
310+
// detail += `【转盘奖励】无次数抽奖`
311+
// }
312+
// senku.msg(cookieName + ` 用户:${name}`, subTitle, detail)
313+
// }
314314
if (DualAccount) double()
315315
resolve()
316316
})

0 commit comments

Comments
 (0)