diff --git a/package.v2.json b/package.v2.json index af72abb..152bbeb 100644 --- a/package.v2.json +++ b/package.v2.json @@ -417,11 +417,12 @@ "name": "云盘Strm助手", "description": "实时监控、定时全量增量生成strm文件。", "labels": "云盘", - "version": "1.2.0", + "version": "1.2.1", "icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/cloudcompanion.png", "author": "thsrite", "level": 1, "history": { + "v1.2.1": "增加友好提示", "v1.2.0": "修复tmdb图片获取", "v1.1.9": "支持指定非媒体文件类型", "v1.1.8": "修复消息发送图片", diff --git a/plugins.v2/cloudstrmcompanion/__init__.py b/plugins.v2/cloudstrmcompanion/__init__.py index 5cba7e7..f524f94 100644 --- a/plugins.v2/cloudstrmcompanion/__init__.py +++ b/plugins.v2/cloudstrmcompanion/__init__.py @@ -62,7 +62,7 @@ class CloudStrmCompanion(_PluginBase): # 插件图标 plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/cloudcompanion.png" # 插件版本 - plugin_version = "1.2.0" + plugin_version = "1.2.1" # 插件作者 plugin_author = "thsrite" # 作者主页 @@ -1029,6 +1029,27 @@ class CloudStrmCompanion(_PluginBase): { 'component': 'VForm', 'content': [ + { + 'component': 'VRow', + 'content': [ + { + 'component': 'VCol', + 'props': { + 'cols': 12, + }, + 'content': [ + { + 'component': 'VAlert', + 'props': { + 'type': 'warning', + 'variant': 'tonal', + 'text': '云盘实时监控任何问题不予处理,请自行消化。' + } + } + ] + } + ] + }, { 'component': 'VRow', 'content': [