更新版本号
This commit is contained in:
parent
3db7e3c222
commit
67bca57e67
@ -3,12 +3,13 @@
|
|||||||
"name": "Nullbr资源搜索",
|
"name": "Nullbr资源搜索",
|
||||||
"description": "支持nullbr api接口直接搜索影视资源。支持115网盘、磁力、ed2k、m3u8等多种资源类型。",
|
"description": "支持nullbr api接口直接搜索影视资源。支持115网盘、磁力、ed2k、m3u8等多种资源类型。",
|
||||||
"labels": "资源",
|
"labels": "资源",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"icon": "https://raw.githubusercontent.com/Hqyel/MoviePilot-Plugins/main/icons/nullbr.png",
|
"icon": "https://raw.githubusercontent.com/Hqyel/MoviePilot-Plugins/main/icons/nullbr.png",
|
||||||
"author": "Hqyel",
|
"author": "Hqyel",
|
||||||
"level": 1,
|
"level": 1,
|
||||||
"history": {
|
"history": {
|
||||||
"v2.0.0": "重构整理代码。"
|
"v2.0.0": "重构整理代码。",
|
||||||
|
"v2.0.1": "搜索资源时清理上一次搜索的缓存"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -14,7 +14,7 @@ class nullbr_search(_PluginBase):
|
|||||||
plugin_name = "Nullbr资源搜索"
|
plugin_name = "Nullbr资源搜索"
|
||||||
plugin_desc = "支持nullbr api接口直接搜索影视资源。支持115网盘、磁力、ed2k、m3u8等多种资源类型。)"
|
plugin_desc = "支持nullbr api接口直接搜索影视资源。支持115网盘、磁力、ed2k、m3u8等多种资源类型。)"
|
||||||
plugin_icon = "https://raw.githubusercontent.com/Hqyel/MoviePilot-Plugins/main/icons/nullbr.png"
|
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"
|
plugin_author = "Hqyel"
|
||||||
author_url = "https://github.com/Hqyel"
|
author_url = "https://github.com/Hqyel"
|
||||||
plugin_config_prefix = "nullbr_search_"
|
plugin_config_prefix = "nullbr_search_"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user