mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-29 23:16:44 +00:00
feat 云盘助手 v1.0
This commit is contained in:
@@ -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
|
||||
12
package.json
12
package.json
@@ -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": "定时移动到云盘,软连接回本地(清理无效软连接暂未开发)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user