mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 02:53:17 +08:00
Update smzdm_task.js
This commit is contained in:
@@ -60,7 +60,7 @@ class SmzdmTaskBot extends SmzdmBot {
|
||||
result = await this.doShareTaskSingle(task);
|
||||
}
|
||||
|
||||
notifyMsg += `${isSuccess ? '🟢' : '❌'}完成[${task.task_name}]任务${result.isSuccess ? '成功' : '失败!请查看日志'}\n`;
|
||||
notifyMsg += `${result.isSuccess ? '🟢' : '❌'}完成[${task.task_name}]任务${result.isSuccess ? '成功' : '失败!请查看日志'}\n`;
|
||||
|
||||
$.log('等候 5 秒');
|
||||
await $.wait(5000);
|
||||
|
||||
Reference in New Issue
Block a user