更新版本号

This commit is contained in:
hitmant 2025-08-15 10:56:20 +08:00
parent 3db7e3c222
commit 67bca57e67
2 changed files with 4 additions and 3 deletions

View File

@ -3,12 +3,13 @@
"name": "Nullbr资源搜索",
"description": "支持nullbr api接口直接搜索影视资源。支持115网盘、磁力、ed2k、m3u8等多种资源类型。",
"labels": "资源",
"version": "2.0.0",
"version": "2.0.1",
"icon": "https://raw.githubusercontent.com/Hqyel/MoviePilot-Plugins/main/icons/nullbr.png",
"author": "Hqyel",
"level": 1,
"history": {
"v2.0.0": "重构整理代码。"
"v2.0.0": "重构整理代码。",
"v2.0.1": "搜索资源时清理上一次搜索的缓存"
}
}
}

View File

@ -14,7 +14,7 @@ class nullbr_search(_PluginBase):
plugin_name = "Nullbr资源搜索"
plugin_desc = "支持nullbr api接口直接搜索影视资源。支持115网盘、磁力、ed2k、m3u8等多种资源类型。"
plugin_icon = "https://raw.githubusercontent.com/Hqyel/MoviePilot-Plugins/main/icons/nullbr.png"
plugin_version = "2.0.0"
plugin_version = "2.0.1"
plugin_author = "Hqyel"
author_url = "https://github.com/Hqyel"
plugin_config_prefix = "nullbr_search_"