mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-19 00:04:59 +08:00
奇瑞汽车:修复变量
This commit is contained in:
2
chery.js
2
chery.js
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const $ = new Env("奇瑞汽车");
|
const $ = new Env("奇瑞汽车");
|
||||||
const ckName = "chert_data";
|
const ckName = "chery_data";
|
||||||
const Notify = 1; //0为关闭通知,1为打开通知,默认为1
|
const Notify = 1; //0为关闭通知,1为打开通知,默认为1
|
||||||
let envSplitor = ["@", "\n"]; //多账号分隔符
|
let envSplitor = ["@", "\n"]; //多账号分隔符
|
||||||
let strSplitor = '&'; //多变量分隔符
|
let strSplitor = '&'; //多变量分隔符
|
||||||
|
|||||||
Reference in New Issue
Block a user