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

View File

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