feat 云盘助手 v1.0

This commit is contained in:
thsrite
2024-06-22 17:33:15 +08:00
parent c11f5008af
commit af0974e736
2 changed files with 14 additions and 1 deletions

View File

@@ -41,4 +41,5 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- [HomePage v1.2](docs%2FHomePage.md)
- 目录监控(统一入库消息增强版) v1.0
- Sql执行器 v1.2
- 命令执行器 v1.2
- 命令执行器 v1.2
- 云盘助手 v1.0

View File

@@ -514,5 +514,17 @@
"v1.1": "支持交互命令/cmd [sql]执行需主程序1.9.4+",
"v1.0": "自定义容器命令执行"
}
},
"CloudAssistant": {
"name": "云盘助手",
"description": "定时移动到云盘,软连接回本地,定时清理无效软连接。",
"labels": "云盘",
"version": "1.0",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/cloudassistant.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.0": "定时移动到云盘,软连接回本地(清理无效软连接暂未开发)"
}
}
}