From eea10d712c523f1eb454943c63450d96c4d3f8aa Mon Sep 17 00:00:00 2001 From: thsrite Date: Tue, 25 Jun 2024 12:17:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E9=9D=9E=E5=AA=92?= =?UTF-8?q?=E4=BD=93=E6=96=87=E4=BB=B6=E8=BD=AC=E7=A7=BBbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package.json | 1 + plugins/cloudassistant/__init__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d823f0..04fb218 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,6 @@ MoviePilot三方插件市场:https://github.com/thsrite/MoviePilot-Plugins/ - 目录监控(统一入库消息增强版) v1.0 - Sql执行器 v1.2 - 命令执行器 v1.2 -- 云盘助手(docs%2FCloudAssistant.md) v1.8 +- 云盘助手(docs%2FCloudAssistant.md) v1.9 - CloudDrive2助手 v1.2 - 软连接重定向 v1.0 \ No newline at end of file diff --git a/package.json b/package.json index a2eec8e..b4d14a4 100644 --- a/package.json +++ b/package.json @@ -526,6 +526,7 @@ "author": "thsrite", "level": 3, "history": { + "v1.9": "修复非媒体文件转移bug", "v1.8": "支持可选开启实时监控", "v1.7": "转移完成发送消息通知(插件类型消息)", "v1.6": "修复部分配置未生效bug", diff --git a/plugins/cloudassistant/__init__.py b/plugins/cloudassistant/__init__.py index d28c146..34f2e58 100644 --- a/plugins/cloudassistant/__init__.py +++ b/plugins/cloudassistant/__init__.py @@ -64,7 +64,7 @@ class CloudAssistant(_PluginBase): # 插件图标 plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/cloudassistant.png" # 插件版本 - plugin_version = "1.8" + plugin_version = "1.9" # 插件作者 plugin_author = "thsrite" # 作者主页