Files
archived-MoviePilot-Plugins/docs/WeChatForward.md
2024-03-24 16:40:24 +08:00

28 lines
982 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 微信消息转发
### 更新记录
- 1.3 防重复发送额外消息
- 1.2 fix规则
- 1.1 自定义发送额外消息
- 1.0 根据正则转发通知到其他WeChat应用
消息转发插件加强版
根据正则表达式将对应title的消息转发到不同的企业微信应用上
企业微信应用配置与正则表达式一一对应(一行对应一行)
如果某条消息不想指定userid发送则填写忽略userid正则表达式.
额外消息配置
`开始下载 > userid > 后台下载任务已提交,请耐心等候入库通知。 > appid`
`已添加订阅 > userid > 电视剧正在更新,已添加订阅,待更新后自动下载。 > appid`
中间用` > `分割
消息title匹配到`开始下载`的正则
且消息text中的`用户:`匹配到userid
则发送`后台下载任务已提交,请耐心等候入库通知。`额外通知。
发送给appid为`appid`的企业微信应用。(环境变量配置或者本插件配置均可。)