From 9231144518b318725fb391e9abff4f77cf2f5347 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 16 Oct 2023 17:11:45 +0800 Subject: [PATCH] fix --- app/plugins/customsites/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/customsites/__init__.py b/app/plugins/customsites/__init__.py index e3656fef..6e792b14 100644 --- a/app/plugins/customsites/__init__.py +++ b/app/plugins/customsites/__init__.py @@ -214,7 +214,7 @@ class CustomSites(_PluginBase): 'label': '站点列表', 'rows': 5, 'placeholder': '每一行一个站点,配置方式:\n' - '站点名称|站点 URL|是否仿真(Y|y|N|n)\n' + '站点名称|站点地址|是否仿真(Y/N)\n' } } ]