Skip to content

0.1.0

Choose a tag to compare

@nimoc nimoc released this 16 Sep 14:26
· 16 commits to master since this release
  • NEW 增加 time.free 判断是否未在计时
  • NEW 增加 time.watch 判断是否未在计时
  • NEW 增加 time.cacheSec() 获取缓存秒数
  • CHANGED 删除 time.call() time.end() 通过 time.watch({sec: 0~无限大}) 替代 call ,并通过 sec 判断是否结束 (sec 为 0 则为结束)。
  • CHANGED 计时时间的设置改为通过 time.start(sec),以前是通过 new Timer({second:10})