Skip to content

Commit 198a108

Browse files
committed
sync
1 parent 2d4a0e9 commit 198a108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DKDVIDEO/dkdvideo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ function dkdsxzp(timeout = 0) {
960960
if (logs == 1) $.log(data)
961961
const result = JSON.parse(data)
962962
if (result.status_code == 200) {
963-
console.log(`【转盘次数】:次数为${result.data.times}次`)
963+
console.log(`【转盘次数】:剩余次数为${result.data.times}次`)
964964
console.log(`【转盘碎片】:💠${result.data.chip}个`)
965965
}
966966
} catch (e) {

0 commit comments

Comments
 (0)