Merge remote-tracking branch 'origin/main' into pr-1239

This commit is contained in:
Re-bin
2026-02-27 09:51:33 +00:00
6 changed files with 92 additions and 87 deletions

View File

@@ -43,6 +43,7 @@ class FeishuConfig(Base):
encrypt_key: str = "" # Encrypt Key for event subscription (optional)
verification_token: str = "" # Verification Token for event subscription (optional)
allow_from: list[str] = Field(default_factory=list) # Allowed user open_ids
react_emoji: str = "THUMBSUP" # Emoji type for message reactions (e.g. THUMBSUP, OK, DONE, SMILE)
class DingTalkConfig(Base):