https://feather0611.github.io/OBS-Timer/clock.html
這是寫來用在OBS(或Streamlabs OBS)的簡易時鐘,具有倒數計時的功能,基於moment.js及SAM大的作品,使用時無須安裝任何插件,僅需利用瀏覽器來源便可達成,可透過Query調整模式、樣式。
A simple clock with countdown function designed for OBS and Streamlabs OBS. It's base on moment.js and SAM's project. No other softwares and plugins are needed. And user can change its mode or add custom style by Query strings.
在網址後輸入?
並輸入各項所需參數,各參數間以&
連接。
例如網址?mode=clock&style=color: red
。
Add ?
then input parameters after the URL, and connect parameters by &
.
e.g. URL?mode=clock&style=color: red
.
- 使用
mode
調整模式,若未指定模式則預設為時鐘模式。
Usemode
to set the mode of clock. Default mode is clock mode. - 使用
style
加入CSS代碼變更字體樣式。
Usestyle
to add more style to the output element. - 使用
bodyStyle
加入CSS代碼變更背景樣式。
UsebodyStyle
for the style to the body element.
使用 mode=clock
參數或不使用 mode
參數可進入時鐘模式。
Use mode=clock
or not input mode
parameter can enter clock mode.
- 使用
format
調整日期及時間格式。
Useformat
to control the date format. - 時鐘模式其他詳細參數,請參照https://momentjs.com/docs/#/displaying/format/
For more detail syntax, see https://momentjs.com/docs/#/displaying/format/
使用 mode=timer
參數可進入倒數計時器模式。
Use mode=timer
can enter clock mode.
- 使用
time
設置倒數時間,單位為秒。
Usetime
to set timer in the unit of second. - 或使用
hour
min
sec
來設置不同單位的倒數時間。
Or usehour
min
sec
to set timer in different unit. - 使用
msg
來設置倒數結束後顯示的文字。
Usemsg
to set text that displayed after time is on.
請參考這個專案。
You can refer this project for examples.
本專案使用MIT授權。
This software is licensed under the MIT License.