From 8b5d6eb45c2cc2deeec92c23eeb726fb50a6c5c1 Mon Sep 17 00:00:00 2001 From: thsrite Date: Sun, 23 Jun 2024 14:58:18 +0800 Subject: [PATCH] fix ui --- docs/CloudAssistant.md | 4 ++-- plugins/cloudstrm/__init__.py | 21 --------------------- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/docs/CloudAssistant.md b/docs/CloudAssistant.md index 2dff087..6fa57cc 100644 --- a/docs/CloudAssistant.md +++ b/docs/CloudAssistant.md @@ -56,7 +56,7 @@ cd2方式上传--strm回本地 直接转移--softlink回本地 { - "tranfer_type": "copy/move/rclone_move/rclone_copy", + "transfer_type": "copy/move/rclone_move/rclone_copy", "return_mode": "softlink", "monitor_dirs": [ { @@ -75,7 +75,7 @@ cd2方式上传--strm回本地 直接转移--strm回本地 { - "tranfer_type": "copy/move/rclone_move/rclone_copy", + "transfer_type": "copy/move/rclone_move/rclone_copy", "return_mode": "strm", "monitor_dirs": [ { diff --git a/plugins/cloudstrm/__init__.py b/plugins/cloudstrm/__init__.py index 06959ab..24dfc9c 100644 --- a/plugins/cloudstrm/__init__.py +++ b/plugins/cloudstrm/__init__.py @@ -683,27 +683,6 @@ class CloudStrm(_PluginBase): } ] }, - { - 'component': 'VRow', - 'content': [ - { - 'component': 'VCol', - 'props': { - 'cols': 12, - }, - 'content': [ - { - 'component': 'VAlert', - 'props': { - 'type': 'info', - 'variant': 'tonal', - 'text': '如有视频文件扩展名是大写,自行添加媒体扩展名。' - } - } - ] - } - ] - }, { 'component': 'VRow', 'content': [