This commit is contained in:
smallfawn
2025-02-17 10:03:47 +08:00
parent 76fc7a7362
commit 2c5182d97a
3 changed files with 3 additions and 3 deletions

View File

@@ -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
View File

@@ -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) {

View File

@@ -16,7 +16,7 @@ let scriptVersionNow = "1.0.0";//脚本版本号
let msg = "";
// ==================================异步顺序==============================================================================
!(async () => {
await getNotice(); //远程通知
//await getNotice(); //远程通知
await main();//主函数
await SendMsg(msg); //发送通知