From 9ff6015fec304caa737e26f4543f9516f2eac9a1 Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 25 Oct 2023 16:53:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=20Cloudflare=20IP=E4=BC=98=E9=80=89?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=8F=8F=E8=BF=B0=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/plugins/cloudflarespeedtest/__init__.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app/plugins/cloudflarespeedtest/__init__.py b/app/plugins/cloudflarespeedtest/__init__.py index 140a1c71..4c70b4c0 100644 --- a/app/plugins/cloudflarespeedtest/__init__.py +++ b/app/plugins/cloudflarespeedtest/__init__.py @@ -682,6 +682,25 @@ class CloudflareSpeedTest(_PluginBase): ] } ] + }, + { + 'component': 'VRow', + 'content': [ + { + 'component': 'VCol', + 'props': { + 'cols': 12, + }, + 'content': [ + { + 'component': 'VAlert', + 'props': { + 'text': 'F12看请求的Server属性,如果是cloudflare说明该站点支持Cloudflare IP优选。' + } + } + ] + } + ] } ] }