This commit is contained in:
Faker
2022-05-24 10:27:06 +08:00
parent 88d432ae1f
commit 0b436ad078
12 changed files with 451 additions and 2910 deletions

View File

@@ -84,14 +84,14 @@ if ($.isNode()) {
if (process.env.WP_APP_TOKEN_ONE) {
WP_APP_TOKEN_ONE = process.env.WP_APP_TOKEN_ONE;
}
if(process.env.BEANCHANGE_ExJxBeans=="true"){
/* if(process.env.BEANCHANGE_ExJxBeans=="true"){
if (time >= 17){
console.log(`检测到设定了临期京豆转换喜豆...`);
doExJxBeans = process.env.BEANCHANGE_ExJxBeans;
} else{
console.log(`检测到设定了临期京豆转换喜豆,但时间未到17点后暂不执行转换...`);
}
}
} */
}
if(WP_APP_TOKEN_ONE)
console.log(`检测到已配置Wxpusher的Token启用一对一推送...`);
@@ -177,12 +177,12 @@ if(DisableIndex!=-1){
}
//汪汪乐园
let EnableJoyPark=true;
DisableIndex = strDisableList.findIndex((item) => item === "汪汪乐园");
let EnableJoyPark=false;
/* DisableIndex = strDisableList.findIndex((item) => item === "汪汪乐园");
if(DisableIndex!=-1){
console.log("检测到设定关闭汪汪乐园查询");
EnableJoyPark=false
}
} */
//京东赚赚
let EnableJdZZ=true;