Files
MoviePilot/app/modules/wechatclawbot/capability.toml
2026-08-16 16:07:38 +08:00

23 lines
458 B
TOML

schema_version = 1
id = "WechatClawBotModule"
kind = "host_module"
entrypoint = "app.modules.wechatclawbot:WechatClawBotModule"
depends_on = []
[metadata]
name = "微信 ClawBot"
type = "notification"
subtype = "WechatClawBot"
priority = 2
[activation]
policy = "when_configured"
watch = ["Notifications"]
[activation.selector]
kind = "system_config_item"
key = "Notifications"
match_field = "type"
match_value = "wechatclawbot"
enabled_field = "enabled"