mirror of
https://github.com/okyyds/yyds.git
synced 2026-07-12 18:01:17 +08:00
1
This commit is contained in:
@@ -50,10 +50,14 @@ let inviteCodes = []
|
|||||||
}
|
}
|
||||||
console.log("3次助力机会,默认开前面3个账号")
|
console.log("3次助力机会,默认开前面3个账号")
|
||||||
if (helpAuthor === true) {
|
if (helpAuthor === true) {
|
||||||
console.log("顺便帮助作者 如果不帮助 helpAuthor 设置 false")
|
console.log("多余助力顺便帮助作者, 如果不帮助 helpAuthor 设置 false")
|
||||||
inviteCodes = await getAuthorCodeList('https://gitee.com/fatelight/code/raw/master/ct.json')
|
inviteCodes = await getAuthorCodeList('https://gitee.com/fatelight/code/raw/master/ct.json')
|
||||||
if($.getAuthorCodeListerr === false){
|
if($.getAuthorCodeListerr === false){
|
||||||
inviteCodes = await getAuthorCodeList('https://raw.githubusercontent.com/okyyds/yyds/master/docker/ct.json')
|
inviteCodes = await getAuthorCodeList('https://raw.githubusercontent.com/okyyds/yyds/master/docker/ct.json')
|
||||||
|
if ($.getAuthorCodeListerr === false) {
|
||||||
|
inviteCodes = [
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user