mirror of
https://github.com/shufflewzc/faker3.git
synced 2026-04-04 00:44:07 +08:00
sync
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user