Skip to content

A simple clock with countdown function designed for OBS and Streamlabs OBS.

Notifications You must be signed in to change notification settings

feather0611/OBS-Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

OBS Timer

https://feather0611.github.io/OBS-Timer/clock.html

概覽 Overview

這是寫來用在OBS(或Streamlabs OBS)的簡易時鐘,具有倒數計時的功能,基於moment.jsSAM大作品,使用時無須安裝任何插件,僅需利用瀏覽器來源便可達成,可透過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.

參數 Parameter

在網址後輸入?並輸入各項所需參數,各參數間以&連接。 例如網址?mode=clock&style=color: red

Add ? then input parameters after the URL, and connect parameters by &.
e.g. URL?mode=clock&style=color: red.

通用 General

  • 使用 mode 調整模式,若未指定模式則預設為時鐘模式。
    Use mode to set the mode of clock. Default mode is clock mode.
  • 使用 style 加入CSS代碼變更字體樣式。
    Use style to add more style to the output element.
  • 使用 bodyStyle 加入CSS代碼變更背景樣式。
    Use bodyStyle for the style to the body element.

時鐘模式 Clock Mode

使用 mode=clock 參數或不使用 mode 參數可進入時鐘模式。
Use mode=clock or not input mode parameter can enter clock mode.

倒數計時器模式 Countdown Timer Mode

使用 mode=timer 參數可進入倒數計時器模式。
Use mode=timer can enter clock mode.

  • 使用 time 設置倒數時間,單位為秒。
    Use time to set timer in the unit of second.
  • 或使用 hour min sec 來設置不同單位的倒數時間。
    Or use hour min sec to set timer in different unit.
  • 使用 msg 來設置倒數結束後顯示的文字。
    Use msg to set text that displayed after time is on.

例子 Examples

請參考這個專案
You can refer this project for examples.

授權 License

本專案使用MIT授權。
This software is licensed under the MIT License.

About

A simple clock with countdown function designed for OBS and Streamlabs OBS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages