更新 __init__.py

This commit is contained in:
jxxghp
2024-05-24 06:27:54 +08:00
committed by GitHub
parent 351a4a2f5f
commit 9c32c875e7

View File

@@ -59,7 +59,7 @@ class DirMonitor(_PluginBase):
# 插件图标
plugin_icon = "directory.png"
# 插件版本
plugin_version = "2.1"
plugin_version = "2.2"
# 插件作者
plugin_author = "jxxghp"
# 作者主页
@@ -759,7 +759,7 @@ class DirMonitor(_PluginBase):
'component': 'VSelect',
'props': {
'model': 'transfer_type',
'label': '转移方式',
'label': '整理方式',
'items': [
{'title': '移动', 'value': 'move'},
{'title': '复制', 'value': 'copy'},
@@ -863,9 +863,9 @@ class DirMonitor(_PluginBase):
'rows': 5,
'placeholder': '每一行一个目录,支持以下几种配置方式,转移方式支持 move、copy、link、softlink、rclone_copy、rclone_move\n'
'监控目录\n'
'监控目录#转移方式\n'
'监控目录:转移目的目录\n'
'监控目录:转移目的目录#转移方式'
'监控目录#整理方式\n'
'监控目录:整理目的目录\n'
'监控目录:整理目的目录#转移方式'
}
}
]
@@ -908,7 +908,7 @@ class DirMonitor(_PluginBase):
'props': {
'type': 'info',
'variant': 'tonal',
'text': '监控目录不指定目的目录时,将转移到媒体库目录,并自动创建一级分类目录,同时按配置创建二级分类目录;监控目录指定了目的目录时,不会自动创建一级目录,但会根据配置创建二级分类目录。'
'text': '支持4种配置方式1、监控目录2、监控目录#整理方式3、监控目录:整理目的目录4、监控目录:整理目的目录#转移方式。监控目录不指定目的目录时将按媒体库目录设置整理到媒体库目录并根据目录的分类设置自动创建一二级分类目录监控目录指定了目的目录时将直接整理到对应目录v1.9.1-beta前会自动创建一级目录v1.9.1-beta+不会自动创建二级分类目录,建议不设置目的目录,在系统的设定中灵活设置好媒体库目录及分类'
}
}
]