mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-19 14:04:17 +08:00
23 lines
421 B
TOML
23 lines
421 B
TOML
schema_version = 1
|
|
id = "WechatModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.wechat:WechatModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "企业微信"
|
|
type = "notification"
|
|
subtype = "Wechat"
|
|
priority = 1
|
|
|
|
[activation]
|
|
policy = "when_configured"
|
|
watch = ["Notifications"]
|
|
|
|
[activation.selector]
|
|
kind = "system_config_item"
|
|
key = "Notifications"
|
|
match_field = "type"
|
|
match_value = "wechat"
|
|
enabled_field = "enabled"
|