更新index.html,修改认证提示文本以更清晰地说明身份认证要求

This commit is contained in:
Zhuym 2025-01-30 20:42:34 +08:00
parent fc7c93de91
commit 9ca6cde4b0

View File

@ -799,7 +799,7 @@
{/* 新增认证提示区域 */}
<Box display="flex" justifyContent="space-between" alignItems="center" mt={2}>
<Typography variant="body2" color="textSecondary">
⚠️部分后端地址受 Cloudflare Zero Trust 保护,使用前可能需要身份认证。
⚠️部分后端地址已设置访问认证保护,使用前需完成身份认证。
</Typography>
<Button
variant="text"