mirror of
https://github.com/Zhuym07/Tsumugiboshi.git
synced 2025-05-20 09:07:27 +08:00
更新index.html,简化认证按钮文本
This commit is contained in:
parent
c7cb992208
commit
fc7c93de91
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user