This commit is contained in:
huang28
2021-01-05 20:37:47 +08:00
parent b0ba62e938
commit aaa7e7be29
37 changed files with 3179 additions and 170 deletions
+1 -1
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
View File
File diff suppressed because one or more lines are too long
+435
View File
File diff suppressed because one or more lines are too long
+1 -1
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);
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
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);
}
}
File diff suppressed because one or more lines are too long
+199
View File
File diff suppressed because one or more lines are too long