mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
Merge pull request #224 from hotlcc/develop-20240422-1-插件自动升级fixbug
This commit is contained in:
@@ -527,7 +527,7 @@
|
||||
"PluginAutoUpgrade": {
|
||||
"name": "插件自动升级",
|
||||
"description": "定时检测、升级插件。",
|
||||
"version": "1.1",
|
||||
"version": "1.2",
|
||||
"icon": "PluginAutoUpgrade.png",
|
||||
"author": "hotlcc",
|
||||
"level": 1
|
||||
|
||||
@@ -23,7 +23,7 @@ class PluginAutoUpgrade(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "PluginAutoUpgrade.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.1"
|
||||
plugin_version = "1.2"
|
||||
# 插件作者
|
||||
plugin_author = "hotlcc"
|
||||
# 作者主页
|
||||
@@ -256,10 +256,10 @@ class PluginAutoUpgrade(_PluginBase):
|
||||
'text': item.get('plugin_name')
|
||||
}, {
|
||||
'component': 'td',
|
||||
'text': f'v{item.get('old_plugin_version')}'
|
||||
'text': f'v{item.get("old_plugin_version")}'
|
||||
}, {
|
||||
'component': 'td',
|
||||
'text': f'v{item.get('new_plugin_version')}'
|
||||
'text': f'v{item.get("new_plugin_version")}'
|
||||
}, {
|
||||
'component': 'td',
|
||||
'text': item.get('info')
|
||||
|
||||
Reference in New Issue
Block a user