add 目录监控插件说明

This commit is contained in:
jxxghp
2023-12-11 12:29:55 +08:00
parent 57651c56e6
commit 168b6b89d0
2 changed files with 23 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
"DirMonitor": {
"name": "目录监控",
"description": "监控目录文件发生变化时实时整理到媒体库。",
"version": "1.3",
"version": "1.4",
"icon": "directory.png",
"author": "jxxghp",
"level": 1

View File

@@ -59,7 +59,7 @@ class DirMonitor(_PluginBase):
# 插件图标
plugin_icon = "directory.png"
# 插件版本
plugin_version = "1.3"
plugin_version = "1.4"
# 插件作者
plugin_author = "jxxghp"
# 作者主页
@@ -854,6 +854,27 @@ class DirMonitor(_PluginBase):
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'info',
'variant': 'tonal',
'text': '监控目录不指定目的目录时,将转移到媒体库目录,并按配置自动创建一级或二级分类目录;监控目录指定了目的目录时,不会自动添加一级和二级目录而是直接转移到配置的目的目录,同时需要提前手动创建好目的目录路程径,多个转移目录时需要配置多条记录。'
}
}
]
}
]
},
{
'component': 'VRow',
'content': [