mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 更新 BiliAuthView 组件提示信息
- 修改了登录链接提示信息,增加了在其他地方登录的说明
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user