Update gacmotor.js

This commit is contained in:
smallfawn
2024-06-04 13:25:54 +08:00
committed by GitHub
parent 56e821997f
commit 64696792e9

View File

@@ -20,7 +20,7 @@ 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")
const appVersion = "5.1.1" const appVersion = "5.1.12"
//let ckName = "gacmotorToken"; //let ckName = "gacmotorToken";
//let envSplitor = ["@", "\n"]; //多账号分隔符 //let envSplitor = ["@", "\n"]; //多账号分隔符
let strSplitor = "#"; //多变量分隔符 let strSplitor = "#"; //多变量分隔符