Add WeCom machine name for multi-node push labels.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-30 17:28:32 +08:00
parent 021b0d0a22
commit 8ceb521049
6 changed files with 62 additions and 5 deletions
+1
View File
@@ -85,6 +85,7 @@ class Settings(BaseSettings):
# 企业微信群机器人
wecom_enabled: bool = False
wecom_webhook_url: str = ""
wecom_machine_name: str = ""
@property
def is_sim(self) -> bool: