From cdd561a21d34fd24459c4d1c25e2249513c50802 Mon Sep 17 00:00:00 2001 From: Yuhang Wu Date: Fri, 14 Aug 2026 17:54:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(QrLogin):=20=E5=B0=86=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=BA=90=E9=80=89=E6=8B=A9=E5=99=A8=E4=BB=8E=E5=8D=95=E9=80=89?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=BB=84=E6=9B=B4=E6=94=B9=E4=B8=BA=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 QrLogin 组件中的登录源选择器从 n-radio-group 替换为 n-tabs, 提供更好的用户体验和视觉效果。移除了相关的 flex 布局样式。 同时更新了组件中使用的 Naive UI 组件导入,添加了 NTabs 和 NTabPane, 并从 components.d.ts 中移除了未使用的全局组件声明。 --- src/components/QrLogin.vue | 21 +++++----- src/types/auto-imports.d.ts | 79 +++++++++++++++++++++++++++++++++++++ src/types/components.d.ts | 7 ---- 3 files changed, 91 insertions(+), 16 deletions(-) diff --git a/src/components/QrLogin.vue b/src/components/QrLogin.vue index 25873ab..828c9f7 100644 --- a/src/components/QrLogin.vue +++ b/src/components/QrLogin.vue @@ -10,14 +10,20 @@