Add WeCom machine name for multi-node push labels.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user