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
tcmofashi 2025-05-24 11:06:59 +08:00 committed by GitHub
parent 5536c5bf76
commit a78e3dfa8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ class MaimMessageConfig(ConfigBase):
port: int = 8090
""""端口号"""
mode: str = "ws"
mode: Literal["ws", "tcp"] = "ws"
"""连接模式支持ws和tcp"""
use_wss: bool = False