monaco editor改为本地加载

This commit is contained in:
whyour
2022-12-28 22:12:37 +08:00
parent e93cad91b4
commit f6f95308c7
5 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ random_delay() {
done
local delay_second=$(($(gen_random_num "$random_delay_max") + 1))
echo -e "\n命令未添加 \"now\",随机延迟 $delay_second 秒后执行任务,如需立即终止,请按 CTRL+C...\n"
echo -e "\n命令未添加 \"now\",随机延迟 $delay_second 秒后执行\n"
sleep $delay_second
fi
}