From b08e20d604c2533d16ca705f2d8d4b87c635c460 Mon Sep 17 00:00:00 2001 From: thsrite Date: Sat, 16 Nov 2024 17:49:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=9B=AE=E5=BD=95=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=20=E9=BB=98=E8=AE=A4=E5=8F=96=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=AE=BE=E7=BD=AE=EF=BC=8C=E5=8F=AF=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E8=A6=86=E7=9B=96=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.v2/cloudlinkmonitor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.v2/cloudlinkmonitor/__init__.py b/plugins.v2/cloudlinkmonitor/__init__.py index 61be51a..b7fc72c 100644 --- a/plugins.v2/cloudlinkmonitor/__init__.py +++ b/plugins.v2/cloudlinkmonitor/__init__.py @@ -1033,7 +1033,7 @@ class CloudLinkMonitor(_PluginBase): 'props': { 'type': 'info', 'variant': 'tonal', - 'text': '如果监控目录与目录设置一致,则使用目录设置配置。否则可在监控目录后拼接@覆盖方式,默认never覆盖。' + 'text': '如果监控目录与目录设置一致,则默认使用目录设置配置。否则可在监控目录后拼接@覆盖方式,默认never覆盖。' } } ]