Update gacmotor.js

This commit is contained in:
smallfawn
2024-12-07 16:58:24 +08:00
committed by GitHub
parent 3128c8a506
commit 79ec6e04c8

View File

@@ -16,7 +16,7 @@
* 每日抽奖 gacmotorLuckyDram=1 抽奖次数[1-10] 不写默认抽奖一次(首次免费) 以后每次花费2G豆抽奖 每天上限10次 * 每日抽奖 gacmotorLuckyDram=1 抽奖次数[1-10] 不写默认抽奖一次(首次免费) 以后每次花费2G豆抽奖 每天上限10次
* *
*/ */
let GacmotorCookies = './gac.json';//指定文件目录 let GacmotorCookies = './GacmotorCookies.json';//指定文件目录
const $ = new Env("广汽传祺"); const $ = new Env("广汽传祺");
const notify = $.isNode() ? require('./sendNotify') : ''; const notify = $.isNode() ? require('./sendNotify') : '';
//const { updateEnv11, getEnvs, updateEnv } = require("./ql") //const { updateEnv11, getEnvs, updateEnv } = require("./ql")