feat(register): add quick configuration button
All checks were successful
CI / deploy (push) Successful in 2m31s
All checks were successful
CI / deploy (push) Successful in 2m31s
This commit is contained in:
parent
1ed8b88494
commit
54b5641c85
@ -54,6 +54,12 @@ const Profile = function Profile() {
|
|||||||
<Typography>本站 Yggdrasil 认证服务器地址</Typography>
|
<Typography>本站 Yggdrasil 认证服务器地址</Typography>
|
||||||
<code style={{ wordBreak: "break-all" }}>{getYggRoot()}</code>
|
<code style={{ wordBreak: "break-all" }}>{getYggRoot()}</code>
|
||||||
<Typography>点击下方按钮复制 API 地址,或者将按钮拖动至启动器的任意界面即可快速添加认证服务器。</Typography>
|
<Typography>点击下方按钮复制 API 地址,或者将按钮拖动至启动器的任意界面即可快速添加认证服务器。</Typography>
|
||||||
|
<Button
|
||||||
|
variant="contained"
|
||||||
|
href="https://auth.hfbz.net/api/yggdrasil"
|
||||||
|
>
|
||||||
|
将此按钮拖到启动器
|
||||||
|
</Button>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
<Box sx={{ gridArea: "d" }}></Box>
|
<Box sx={{ gridArea: "d" }}></Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user