mirror of https://github.com/Mai-with-u/MaiBot.git
Update src/config/official_configs.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>pull/983/head
parent
5536c5bf76
commit
a78e3dfa8a
|
|
@ -368,7 +368,7 @@ class MaimMessageConfig(ConfigBase):
|
|||
port: int = 8090
|
||||
""""端口号"""
|
||||
|
||||
mode: str = "ws"
|
||||
mode: Literal["ws", "tcp"] = "ws"
|
||||
"""连接模式,支持ws和tcp"""
|
||||
|
||||
use_wss: bool = False
|
||||
|
|
|
|||
Loading…
Reference in New Issue