Update version to v1.1.0

Add timeout config
Add Forward messages when the text is too long
This commit is contained in:
2024-07-29 10:24:36 +08:00
parent 7c26c8e590
commit a6bd48aa4e
4 changed files with 32 additions and 8 deletions
+3
View File
@@ -22,4 +22,7 @@ object PluginConfig : AutoSavePluginConfig("Config") {
@ValueDescription("好友是否自动拥有对话权限,默认是")
val friendHasChatPermission: Boolean by value(true)
@ValueDescription("等待响应超时时间,单位毫秒,默认60秒")
val timeout: Long by value(60000L)
}