mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
脱密
This commit is contained in:
@@ -183,7 +183,7 @@ const SaltConfig = {
|
|||||||
//---------------------------------------------------------
|
//---------------------------------------------------------
|
||||||
|
|
||||||
async function start() {
|
async function start() {
|
||||||
await getVersion("smallfawn/QLScriptPublic/main/mys.js");
|
//await getVersion("smallfawn/QLScriptPublic/main/mys.js");
|
||||||
log(`todoList:此次版本更新为过渡版本,以后将增加米游币的任务`)
|
log(`todoList:此次版本更新为过渡版本,以后将增加米游币的任务`)
|
||||||
log(`tips:更新双变量模式,两个网址获取的两个cookie用&分割`)
|
log(`tips:更新双变量模式,两个网址获取的两个cookie用&分割`)
|
||||||
log(`\n====== 当前版本:${scriptVersionNow} 📌 最新版本:${scriptVersionLatest} ======`);
|
log(`\n====== 当前版本:${scriptVersionNow} 📌 最新版本:${scriptVersionLatest} ======`);
|
||||||
|
|||||||
2191
chaoxinwen.js
2191
chaoxinwen.js
File diff suppressed because one or more lines are too long
4
hqcsh.js
4
hqcsh.js
@@ -22,9 +22,9 @@ let msg = "";
|
|||||||
//let hostname = 'https://' + host;
|
//let hostname = 'https://' + host;
|
||||||
// ==================================异步顺序==============================================================================
|
// ==================================异步顺序==============================================================================
|
||||||
!(async () => {
|
!(async () => {
|
||||||
await getNotice(); //远程通知
|
//await getNotice(); //远程通知
|
||||||
|
|
||||||
await getVersion("yang7758258/ohhh154@main/好奇车生活.js");
|
//await getVersion("yang7758258/ohhh154@main/好奇车生活.js");
|
||||||
await main();//主函数
|
await main();//主函数
|
||||||
await SendMsg(msg); //发送通知
|
await SendMsg(msg); //发送通知
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const $ = new Env("杰士邦安心福利社-小程序");
|
const $ = new Env("杰士邦安心福利社-小程序");
|
||||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
const notify = $.isNode() ? require('../sendNotify') : '';
|
||||||
let ckName = "jsbaxfls";
|
let ckName = "jsbaxfls";
|
||||||
let envSplitor = ["&", "\n"]; //多账号分隔符
|
let envSplitor = ["&", "\n"]; //多账号分隔符
|
||||||
let strSplitor = "#"; //多变量分隔符
|
let strSplitor = "#"; //多变量分隔符
|
||||||
Reference in New Issue
Block a user