diff --git a/README.md b/README.md index 1c592a8..1b3bdf3 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,5 @@ MoviePilot三方插件市场:https://github.com/thsrite/MoviePilot-Plugins/ - [HomePage v1.2](docs%2FHomePage.md) - 目录监控(统一入库消息增强版) v1.0 - Sql执行器 v1.2 -- 命令执行器 v1.2 \ No newline at end of file +- 命令执行器 v1.2 +- 云盘助手 v1.0 \ No newline at end of file diff --git a/package.json b/package.json index e9c942b..393f805 100644 --- a/package.json +++ b/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": "定时移动到云盘,软连接回本地(清理无效软连接暂未开发)" + } } }