fix 插件API立即生效

This commit is contained in:
thsrite
2024-05-14 09:15:59 +08:00
parent 4ee4df83b1
commit c5fbd7dc3e
4 changed files with 43 additions and 6 deletions

View File

@@ -90,11 +90,12 @@
"name": "插件更新管理",
"description": "监测已安装插件,推送更新提醒,可配置自动更新。",
"labels": "自动更新,插件管理",
"version": "1.6",
"version": "1.7",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/pluginupdate.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.7": "插件API立即生效",
"v1.6": "插件重载,插件自动更新注册成为服务、命令",
"v1.5": "自动更新增加排除列表",
"v1.4": "正在运行的插件跳过更新,可选更新插件列表",
@@ -108,11 +109,12 @@
"name": "插件强制重装",
"description": "卸载当前插件,强制重装。",
"labels": "插件管理",
"version": "1.5",
"version": "1.6",
"icon": "refresh.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.6": "插件API立即生效",
"v1.5": "支持插件热重载",
"v1.4": "支持代理地址",
"v1.3": "插件重载",