Update JNRPluginConfig.kt

This commit is contained in:
Dream-Rainy 2023-03-15 01:03:50 +08:00 committed by GitHub
parent d800bd3103
commit 865c04352b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,8 @@ object JNRPluginConfig : AutoSavePluginConfig("jnr") {
/**
* 群共享冷却时间
* 本设定优先级高于群间隔时间*/
* 本设定优先级低于群间隔时间
* 如需使用请将群间隔时间设置为0*/
@ValueDescription("群共享冷却时间上界0表示无限制")
var groupCoolDownTimeUpperBound: Long by value(0L)
@ValueDescription("群共享冷却时间下界0表示无限制")
@ -67,4 +68,4 @@ object JNRPluginConfig : AutoSavePluginConfig("jnr") {
* 是否在间隔期间依然拦截事件 [isIntercept] 有关
*/
var interceptAtInterval: Boolean by value(true)
}
}