mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 更新App.vue和BiliAuthView.vue组件,优化主题颜色和认证流程界面
- 在App.vue中调整主题颜色设置,提升可读性和对比度 - 在BiliAuthView.vue中重构认证流程界面,增强用户体验,添加响应式设计 - 更新IndexView.vue和ManageLayout.vue中的按钮和提示信息,提升界面一致性 - 在PointUserLayout.vue中优化认证提示信息,明确用户操作步骤
This commit is contained in:
@@ -604,7 +604,12 @@ onMounted(() => {
|
||||
depth="3"
|
||||
style="text-align: center; margin-top: 8px;"
|
||||
>
|
||||
我们已向您的邮箱发送了验证链接,请查收并点击链接完成验证
|
||||
我们已向您的邮箱 <NText
|
||||
type="primary"
|
||||
strong
|
||||
>
|
||||
{{ accountInfo?.bindEmail }}
|
||||
</NText> 发送了验证链接,请查收并点击链接完成验证
|
||||
</NText>
|
||||
</NFlex>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user