From 24955732c51df985459d0a4ebf1d068567c834a5 Mon Sep 17 00:00:00 2001 From: ooo Date: Fri, 9 Dec 2022 15:51:43 +0800 Subject: [PATCH] 1 --- jd_city.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jd_city.js b/jd_city.js index 4fbe1a2..074d449 100644 --- a/jd_city.js +++ b/jd_city.js @@ -50,10 +50,14 @@ let inviteCodes = [] } console.log("3次助力机会,默认开前面3个账号") if (helpAuthor === true) { - console.log("顺便帮助作者 如果不帮助 helpAuthor 设置 false") + console.log("多余助力顺便帮助作者, 如果不帮助 helpAuthor 设置 false") inviteCodes = await getAuthorCodeList('https://gitee.com/fatelight/code/raw/master/ct.json') if($.getAuthorCodeListerr === false){ inviteCodes = await getAuthorCodeList('https://raw.githubusercontent.com/okyyds/yyds/master/docker/ct.json') + if ($.getAuthorCodeListerr === false) { + inviteCodes = [ + ] + } } }