We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07588d3 commit e1d36b2Copy full SHA for e1d36b2
Task/qqreads.js
@@ -234,15 +234,17 @@ return new Promise((resolve, reject) => {
234
if(logs) $.log(`${jsname}, 任务列表: ${data}`)
235
task =JSON.parse(data)
236
kz+=
237
- '【任务列表】:余额'+
238
- task.data.user.amount+
239
- '金币\n'+'【宝箱任务'+
240
- (task.data.treasureBox.count+1)+
241
- '】:'
+ '【现金余额】:'+
+ task.data.user.amount/10000.toFixed(2)+
+ '元\n'+
+ '【已开宝箱】:'+
+ (task.data.treasureBox.count+1)+
242
+ '个\n'
243
+
244
tz+=
245
- '金币\n'+
246
247
248
'【第'+
249
task.data.invite.issue+
250
'期】:时间'+
0 commit comments