feat: 添加谷歌二步验证功能,更新用户头像下拉菜单以支持验证操作

This commit is contained in:
2026-01-20 06:29:19 +07:00
parent 9e6dbed419
commit 220b14be30
8 changed files with 214 additions and 57 deletions

View File

@@ -21,7 +21,8 @@ export default defineConfig(
'vue/no-duplicate-attr-inheritance': 'off',
'unocss/order-attributify': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'consistent-return': 'off'
'consistent-return': 'off',
'no-alert': 'off'
}
}
);