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

View File

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