This commit is contained in:
huang28
2021-01-05 20:37:47 +08:00
parent 9be2269f5f
commit 91cab7681f
37 changed files with 3179 additions and 170 deletions

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);
}
}