mirror of
https://github.com/Zhuym07/Tsumugiboshi.git
synced 2025-05-20 19:47:28 +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}>
|
<Box display="flex" justifyContent="space-between" alignItems="center" mt={2}>
|
||||||
<Typography variant="body2" color="textSecondary">
|
<Typography variant="body2" color="textSecondary">
|
||||||
⚠️部分后端地址受ZeroTrust保护 可能需要认证后使用
|
⚠️部分后端地址受 Cloudflare Zero Trust 保护,使用前可能需要身份认证。
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button
|
<Button
|
||||||
variant="text"
|
variant="text"
|
||||||
color="primary"
|
color="primary"
|
||||||
onClick={() => window.open(apiBase, '_blank')}
|
onClick={() => window.open(apiBase, '_blank')}
|
||||||
>
|
>
|
||||||
前往认证
|
认证
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user