feat: 更新 BiliAuthView 组件提示信息

- 修改了登录链接提示信息,增加了在其他地方登录的说明
This commit is contained in:
2025-04-26 05:33:34 +08:00
parent 3a73801340
commit 0beb49e589
2 changed files with 7 additions and 2 deletions

View File

@@ -243,7 +243,9 @@ onMounted(async () => {
style="width: 100%" style="width: 100%"
> >
<NAlert type="success"> <NAlert type="success">
你已完成验证! 请妥善保存你的登陆链接, 请勿让其他人获取. 丢失后可以再次通过认证流程获得. 把这个链接复制到浏览器打开即可登录 你已完成验证! 请妥善保存你的登陆链接, 请勿让其他人获取. 丢失后可以再次通过认证流程获得.
<br>
要在其他地方登陆, 或者需要重新登陆的话把这个链接复制到浏览器地址栏打开即可
</NAlert> </NAlert>
<NText> 你的登陆链接为: </NText> <NText> 你的登陆链接为: </NText>
<NInputGroup> <NInputGroup>

View File

@@ -377,7 +377,10 @@ onMounted(async () => {
@vue:mounted="onAllPointPaneMounted" @vue:mounted="onAllPointPaneMounted"
> >
<NDivider style="margin-top: 10px" /> <NDivider style="margin-top: 10px" />
<NFlex justify="end" style="margin-bottom: 10px"> <NFlex
justify="end"
style="margin-bottom: 10px"
>
<NButton <NButton
size="small" size="small"
type="primary" type="primary"