mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix(ClashRuleProvider): 配置模板保存问题
This commit is contained in:
@@ -484,12 +484,13 @@
|
||||
"name": "Clash Rule Provider",
|
||||
"description": "随时为Clash添加一些额外的规则。",
|
||||
"labels": "工具",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"icon": "Mihomo_Meta_A.png",
|
||||
"author": "wumode",
|
||||
"level": 1,
|
||||
"release": true,
|
||||
"history": {
|
||||
"v1.4.1": "修复配置模板保存错误, 请重新配置Clash模板",
|
||||
"v1.4.0": "优化 UI; 支持连接多个 Clash Dashboards",
|
||||
"v1.3.3": "通过emoji识别国家; 按国家分组节点; mrs格式支持",
|
||||
"v1.3.2": "注册插件动作",
|
||||
|
||||
@@ -41,7 +41,7 @@ class ClashRuleProvider(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "Mihomo_Meta_A.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.4.0"
|
||||
plugin_version = "1.4.1"
|
||||
# 插件作者
|
||||
plugin_author = "wumode"
|
||||
# 作者主页
|
||||
@@ -563,7 +563,7 @@ class ClashRuleProvider(_PluginBase):
|
||||
'discard_proxy_groups': self._discard_proxy_groups,
|
||||
'enable_acl4ssr': self._enable_acl4ssr,
|
||||
'dashboard_components': self._dashboard_components,
|
||||
'clash_template_yaml': self._clash_template_yaml,
|
||||
'clash_template': self._clash_template_yaml,
|
||||
'hint_geo_dat': self._hint_geo_dat,
|
||||
'best_cf_ip': self._best_cf_ip,
|
||||
'active_dashboard': self._active_dashboard,
|
||||
|
||||
Reference in New Issue
Block a user