diff --git a/src/components/common/google-auth.vue b/src/components/common/google-auth.vue
index 202bdf5..d84f632 100644
--- a/src/components/common/google-auth.vue
+++ b/src/components/common/google-auth.vue
@@ -114,7 +114,17 @@ async function disableTwoFactor() {
- 开启二步验证
+
+
+
+ 开启二步验证
+
+
+
@@ -136,12 +146,16 @@ async function disableTwoFactor() {
-
-
-
- 二步验证已开启
-
- 关闭二步验证
+
+
+
+ 关闭二步验证
+
+
diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts
index 69cb3db..2140cb8 100644
--- a/src/typings/components.d.ts
+++ b/src/typings/components.d.ts
@@ -75,6 +75,7 @@ declare module 'vue' {
NModal: typeof import('naive-ui')['NModal']
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
NPopover: typeof import('naive-ui')['NPopover']
+ NResult: typeof import('naive-ui')['NResult']
NRow: typeof import('naive-ui')['NRow']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSelect: typeof import('naive-ui')['NSelect']
@@ -171,6 +172,7 @@ declare global {
const NModal: typeof import('naive-ui')['NModal']
const NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
const NPopover: typeof import('naive-ui')['NPopover']
+ const NResult: typeof import('naive-ui')['NResult']
const NRow: typeof import('naive-ui')['NRow']
const NScrollbar: typeof import('naive-ui')['NScrollbar']
const NSelect: typeof import('naive-ui')['NSelect']