mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix icon
This commit is contained in:
@@ -5,4 +5,10 @@
|
||||
- 1.0 根据正则转发通知到其他WeChat应用
|
||||
|
||||
|
||||
消息转发插件加强版
|
||||
消息转发插件加强版
|
||||
|
||||
根据正则表达式将对应title的消息转发到不同的企业微信应用上
|
||||
|
||||
企业微信应用配置与正则表达式一一对应(一行对应一行)
|
||||
|
||||
如果某条消息不想指定userid发送,则填写忽略userid正则表达式
|
||||
@@ -138,8 +138,8 @@
|
||||
"WeChatForward": {
|
||||
"name": "微信消息转发",
|
||||
"description": "根据正则转发通知到其他WeChat应用。",
|
||||
"version": "2.0",
|
||||
"icon": "forward.png",
|
||||
"version": "1.0",
|
||||
"icon": "Wechat_A.png",
|
||||
"author": "thsrite",
|
||||
"level": 1
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ class WeChatForward(_PluginBase):
|
||||
# 插件描述
|
||||
plugin_desc = "根据正则转发通知到其他WeChat应用。"
|
||||
# 插件图标
|
||||
plugin_icon = "forward.png"
|
||||
plugin_icon = "Wechat_A.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user