mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
短剧分类调试
This commit is contained in:
@@ -252,13 +252,13 @@
|
||||
"v2.0": "兼容MoviePilot V2"
|
||||
}
|
||||
},
|
||||
"PlayletCategory": {
|
||||
"PlayletCategory_v2": {
|
||||
"name": "短剧自动分类",
|
||||
"description": "网络短剧自动整理到独立的分类目录。",
|
||||
"labels": "文件整理",
|
||||
"version": "2.1",
|
||||
"icon": "Amule_A.png",
|
||||
"author": "jxxghp",
|
||||
"author": "longqiuyu",
|
||||
"level": 1,
|
||||
"v2": true,
|
||||
"history": {
|
||||
|
||||
@@ -23,7 +23,8 @@ class ChineseSubFinder(_PluginBase):
|
||||
# 插件版本
|
||||
plugin_version = "2.0"
|
||||
# 插件作者
|
||||
plugin_author = "jxxghp"
|
||||
# plugin_author = "jxxghp"
|
||||
plugin_author = "longqiuyu"
|
||||
# 作者主页
|
||||
author_url = "https://github.com/jxxghp"
|
||||
# 插件配置项ID前缀
|
||||
|
||||
Reference in New Issue
Block a user