更新发布

This commit is contained in:
ָ·ìdeÑô¹â
2021-12-31 15:56:16 +08:00
parent 0d1152ccd3
commit 3d38b4718b
1206 changed files with 28780 additions and 35594 deletions

View File

@@ -79,7 +79,7 @@ endSecond=$(date --date="$endTime" +%s);
total=$((endSecond-startSecond))
# shellcheck disable=SC2027
echo "本次启动耗时 "$total"s"
echo "本次运行时间 "$total"s"
# shellcheck disable=SC2086
echo "当前时间:"$endTime