更新index.html,简化认证按钮文本

This commit is contained in:
Zhuym 2025-01-30 20:41:18 +08:00
parent c7cb992208
commit fc7c93de91

View File

@ -799,14 +799,14 @@
{/* 新增认证提示区域 */}
<Box display="flex" justifyContent="space-between" alignItems="center" mt={2}>
<Typography variant="body2" color="textSecondary">
⚠️部分后端地址受ZeroTrust保护 可能需要认证后使用
⚠️部分后端地址受 Cloudflare Zero Trust 保护,使用前可能需要身份认证。
</Typography>
<Button
variant="text"
color="primary"
onClick={() => window.open(apiBase, '_blank')}
>
前往认证
认证
</Button>
</Box>
</FormControl>