mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-18 07:44:38 +08:00
1
This commit is contained in:
@@ -20,8 +20,8 @@ let scriptVersionNow = "1.0.0";//脚本版本号
|
||||
let msg = "";
|
||||
// ==================================异步顺序==============================================================================
|
||||
!(async () => {
|
||||
await getNotice(); //远程通知
|
||||
await getVersion("yang88758/ohhh154@main/mswefls.js");
|
||||
//await getNotice(); //远程通知
|
||||
//await getVersion("yang88758/ohhh154@main/mswefls.js");
|
||||
await main();//主函数
|
||||
await SendMsg(msg); //发送通知
|
||||
|
||||
|
||||
Reference in New Issue
Block a user