mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-16 23:09:38 +08:00
.
This commit is contained in:
@@ -187,7 +187,7 @@ async function start() {
|
||||
log(`todoList:此次版本更新为过渡版本,以后将增加米游币的任务`)
|
||||
log(`tips:更新双变量模式,两个网址获取的两个cookie用&分割`)
|
||||
log(`\n====== 当前版本:${scriptVersionNow} 📌 最新版本:${scriptVersionLatest} ======`);
|
||||
await getNotice();
|
||||
//await getNotice();
|
||||
let taskall;
|
||||
log("\n==========> 获取当月奖励详情 <==========\n");
|
||||
taskall = [];
|
||||
|
||||
2
qtx.js
2
qtx.js
@@ -29,7 +29,7 @@ let userCount = 0;
|
||||
//---------------------------------------------------------
|
||||
|
||||
async function start() {
|
||||
await getNotice()
|
||||
//await getNotice()
|
||||
console.log('\n============= 用户CK有效性验证 =============\n');
|
||||
taskall = [];
|
||||
for (let user of userList) {
|
||||
|
||||
@@ -16,7 +16,7 @@ let scriptVersionNow = "1.0.0";//脚本版本号
|
||||
let msg = "";
|
||||
// ==================================异步顺序==============================================================================
|
||||
!(async () => {
|
||||
await getNotice(); //远程通知
|
||||
//await getNotice(); //远程通知
|
||||
await main();//主函数
|
||||
await SendMsg(msg); //发送通知
|
||||
|
||||
|
||||
Reference in New Issue
Block a user