這是一個支援多階段倒數的計時器。每當計時器經過一個指定的等待節點時,系統就會發出一聲嗶聲(Beep)作為提醒。
- 多段定時:自由設定多個連續的等待時間節點。
- 循環播放:支援自訂整體流程的循環次數。
- 進度追蹤:直觀的進度條,隨時掌握目前總任務的完成百分比。
- ➕ ADD:新增一個新的等待時間節點。
▶️ START:開始執行計時任務。- 🔢 數字輸入框:設定整個計時流程需要循環執行幾次。
- 📊 進度條:顯示目前總體任務已完成的進度比例。
A multi-stage countdown timer that triggers an audio alert (beep) at the end of each specified time interval.
- Multi-Stage Timing: Create and sequentialize multiple wait nodes.
- Loop Support: Run the entire sequence multiple times automatically.
- Progress Tracking: Visual progress bar to monitor the overall completion status.
- ➕ ADD: Append a new wait node to the sequence.
▶️ START: Begin the timer execution.- 🔢 Number Input: Set how many times the entire sequence should loop.
- 📊 Progress Bar: Displays the overall completion percentage of the total task.