Skip to content

v2.0.0-ALPHA.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@ForteScarlet ForteScarlet released this 08 Dec 06:34

v2.0.0-ALPHA.11

lovelycat

  • 追加api内置缓存配置。
# 是否启用组件内置api缓存,默认开启
simbot.component.lovelycat.api.cache.enable=true
# 缓存时效,默认为1
simbot.component.lovelycat.api.cache.duration=1
# 缓存时效的时间单位,默认为分钟。值为 java.util.concurrent.TimeUnit 枚举的元素值。
# 可选值:NANOSECONDS MICROSECONDS MILLISECONDS SECONDS MINUTES HOURS DAYS
# 常用值:MILLISECONDS SECONDS MINUTES 
simbot.component.lovelycat.api.cache.durationUnit=MINUTES
  • 实现Getter。

core

  • ListenerContext 中追加两个获取方法。

fix

  • #14 监听函数拦截器拦截范围过大
  • #15 MsgInterceptor追加可获取监听上下文