Files
archived-MoviePilot-Plugins/docs/WeChatForward.md
thsrite 29471ee394 revert
2024-06-24 15:06:28 +08:00

37 lines
1.2 KiB
Markdown
Raw Permalink 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.
# 微信消息转发
### 使用说明
#### 消息转发插件加强版
根据正则表达式将对应title的消息转发到不同的企业微信应用上
企业微信应用配置与正则表达式一一对应(一行对应一行)
如果某条消息不想指定userid发送则填写忽略userid正则表达式.
#### 额外消息配置
`开始下载 > userid > 后台下载任务已提交,请耐心等候入库通知。 > appid`
`已添加订阅 > userid > 电视剧正在更新,已添加订阅,待更新后自动下载。 > appid`
中间用` > `分割
消息title匹配到`开始下载`的正则
且消息text中的`用户:`匹配到userid
则发送`后台下载任务已提交,请耐心等候入库通知。`额外通知。
发送给appid为`appid`的企业微信应用。(环境变量配置或者本插件配置均可。)
#### 特定消息指定用户
`title正则 > text|title正则 > userid`
当要发送的消息的`title``text|title`均匹配正则则强制指定该消息的userid
#### 2.0版本兼容旧版配置
如更新到2.0版本,设置微信配置界面配置没有格式化,无须担心,重启下即可(不重启功能也正常使用)。