This commit is contained in:
smallfawn
2025-01-25 16:42:28 +08:00
parent 745de23884
commit c850c0453a
10 changed files with 6349 additions and 1654 deletions

View File

@@ -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} ======`);

925
bhxcy.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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); //发送通知

File diff suppressed because one or more lines are too long

View File

@@ -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 = "#"; //多变量分隔符

File diff suppressed because one or more lines are too long

1753
百观.js

File diff suppressed because one or more lines are too long