短剧分类调试

This commit is contained in:
LongShengWen
2024-11-19 18:29:33 +08:00
parent d3a3add51b
commit b2d5e84058
2 changed files with 4 additions and 4 deletions

View File

@@ -256,7 +256,7 @@
"name": "短剧自动分类",
"description": "网络短剧自动整理到独立的分类目录。",
"labels": "文件整理",
"version": "2.1",
"version": "2.2",
"icon": "Amule_A.png",
"author": "longqiuyu",
"level": 1,

View File

@@ -25,11 +25,11 @@ class PlayletCategory_v2(_PluginBase):
# 插件图标
plugin_icon = "Amule_A.png"
# 插件版本
plugin_version = "2.1"
plugin_version = "2.2"
# 插件作者
plugin_author = "jxxghp"
plugin_author = "longqiuyu"
# 作者主页
author_url = "https://github.com/jxxghp"
author_url = "https://github.com/LongShengWen"
# 插件配置项ID前缀
plugin_config_prefix = "playletcategory_v2_"
# 加载顺序