feat(wecom): add WeCom channel with SDK pinned to GitHub tag v0.1.2

This commit is contained in:
Re-bin
2026-03-11 07:57:12 +00:00
parent eb6310c438
commit d0b4f0d70d
5 changed files with 22 additions and 18 deletions

View File

@@ -208,7 +208,7 @@ class WecomConfig(Base):
secret: str = "" # Bot Secret from WeCom AI Bot platform
allow_from: list[str] = Field(default_factory=list) # Allowed user IDs
welcome_message: str = "" # Welcome message for enter_chat event
react_emoji: str = "eyes" # Emoji for message reactions
class ChannelsConfig(Base):
"""Configuration for chat channels."""