From 64696792e9d283274a09b8c94fd0e0df2bb886e6 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:25:54 +0800 Subject: [PATCH] Update gacmotor.js --- gacmotor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index 1981bfb..f5fb7bd 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -20,7 +20,7 @@ let GacmotorCookies = './GacmotorCookies.json';//指定文件目录 const $ = new Env("广汽传祺"); const notify = $.isNode() ? require('./sendNotify') : ''; //const { updateEnv11, getEnvs, updateEnv } = require("./ql") -const appVersion = "5.1.1" +const appVersion = "5.1.12" //let ckName = "gacmotorToken"; //let envSplitor = ["@", "\n"]; //多账号分隔符 let strSplitor = "#"; //多变量分隔符