重构代码以使用 mofox_wire 替代 mofox_bus,更新相关文档和示例

This commit is contained in:
Windpicker-owo
2025-11-25 22:45:57 +08:00
parent b6de9b5a9c
commit 8a6b141017
20 changed files with 49 additions and 49 deletions

View File

@@ -575,7 +575,7 @@ class ExperimentalConfig(ValidatedConfigBase):
class MessageBusConfig(ValidatedConfigBase):
"""mofox_bus 消息服务配置"""
"""mofox_wire 消息服务配置"""
use_custom: bool = Field(default=False, description="是否使用自定义地址")
host: str = Field(default="127.0.0.1", description="消息服务主机")