This commit is contained in:
huang28
2021-01-05 20:37:47 +08:00
parent b3e7137198
commit 5ea32b59f6
37 changed files with 3179 additions and 170 deletions

View File

@@ -283,7 +283,7 @@ function readShareCode() {
console.log(`${$.name} API请求失败请检查网路重试`)
} else {
if (data) {
console.log(`随机取${randomCount}个码放到您固定的互助码后面`)
console.log(`随机取${randomCount}个码放到您固定的互助码后面(不影响已有固定互助)`)
data = JSON.parse(data);
}
}

220
activity/jd_ds.js Normal file

File diff suppressed because one or more lines are too long

435
activity/jd_jdh.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -498,7 +498,7 @@ function readShareCode() {
console.log(`${$.name} API请求失败请检查网路重试`)
} else {
if (data) {
console.log(`随机取${randomCount}个码放到您固定的互助码后面`)
console.log(`随机取${randomCount}个码放到您固定的互助码后面(不影响已有固定互助)`)
data = JSON.parse(data);
}
}

282
activity/jd_live_redrain.js Normal file

File diff suppressed because one or more lines are too long

208
activity/jd_ms_redrain.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -330,7 +330,7 @@ function readShareCode() {
console.log(`${$.name} API请求失败请检查网路重试`)
} else {
if (data) {
console.log(`随机取${randomCount}个码放到您固定的互助码后面`)
console.log(`随机取${randomCount}个码放到您固定的互助码后面(不影响已有固定互助)`)
data = JSON.parse(data);
}
}

418
activity/jd_watch.js Normal file

File diff suppressed because one or more lines are too long

199
activity/jr_sign.js Normal file

File diff suppressed because one or more lines are too long