feat(notification): add DingTalk robot channel

This commit is contained in:
jxxghp
2026-08-22 12:02:24 +08:00
parent 30ebf98fbb
commit c765604b36
9 changed files with 434 additions and 10 deletions
+22
View File
@@ -0,0 +1,22 @@
schema_version = 1
id = "DingTalkModule"
kind = "host_module"
entrypoint = "app.modules.dingtalk:DingTalkModule"
depends_on = []
[metadata]
name = "DingTalk"
type = "notification"
subtype = "DingTalk"
priority = 11
[activation]
policy = "when_configured"
watch = ["Notifications"]
[activation.selector]
kind = "system_config_item"
key = "Notifications"
match_field = "type"
match_value = "dingtalk"
enabled_field = "enabled"