mirror of https://github.com/Mai-with-u/MaiBot.git
Update official_configs.py
parent
633d84eccb
commit
851dc90260
|
|
@ -646,6 +646,17 @@ class ResponseSplitterConfig(ConfigBase):
|
|||
"""是否在超出句子数量限制时合并后一次性返回"""
|
||||
|
||||
|
||||
@dataclass
|
||||
class ResponseTypingConfig(ConfigBase):
|
||||
"""回复打字效果配置类"""
|
||||
|
||||
typing_delay_per_chinese_char: float = 0.3
|
||||
"""每个中文字符的打字延迟(秒)"""
|
||||
|
||||
typing_delay_per_english_char: float = 0.15
|
||||
"""每个英文字符的打字延迟(秒)"""
|
||||
|
||||
|
||||
@dataclass
|
||||
class TelemetryConfig(ConfigBase):
|
||||
"""遥测配置类"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue