mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-18 15:54:44 +08:00
.
This commit is contained in:
@@ -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