fix Cloudflare IP优选插件描述…

This commit is contained in:
thsrite
2023-10-25 16:53:51 +08:00
parent 124817b733
commit 9ff6015fec

View File

@ -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优选。'
}
}
]
}
]
}
]
}