修改文字明说

This commit is contained in:
lxk0301
2021-02-04 15:39:19 +08:00
parent e8b8395d56
commit cc0d44d645
8 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ if (process.env.JXNCTOKENS) {
JxncTokens = process.env.JXNCTOKENS.split();
}
} else if (process.env.JD_COOKIE) {
console.log(`由于您secret里面未提供 tokens当种植 APP 种子时,将不能正常进行任务,请提供 token 或 种植非 APP 种子!`)
console.log(`由于您环境变量里面未提供 tokens当种植 APP 种子时,将不能正常进行任务,请提供 token 或 种植非 APP 种子!`)
}
for (let i = 0; i < JxncTokens.length; i++) {
const index = (i + 1 === 1) ? '' : (i + 1);