Explorar el Código

feat(tool): 移除摸鱼相关的 Round/Slacking 提示行,输出更隐蔽

b hace 5 días
padre
commit
1f27dd695d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      tool-moyu.sh

+ 0 - 2
tool-moyu.sh

@@ -142,8 +142,6 @@ run_once() {
 n=0
 while [ "$LOOP_TIMES" -eq 0 ] || [ "$n" -lt "$LOOP_TIMES" ]; do
 	n=$((n+1))
-	[ "$SILENT" = "0" ] && echo "—— Round $n of slacking ——"
 	run_once
 done
-[ "$SILENT" = "0" ] && echo "🎣 Slacking done. Looks busy, actually did nothing."
 exit 0