- 添加了对Web Credentials API的支持- 实现了Passkey注册与认证流程 - 引入了TDesign Button组件用于登录按钮 - 更新了页面加载及过渡动画逻辑- 添加了对不支持Passkey设备的降级处理 - 安装并配置了tdesign-icons-vue-next依赖库
26 lines
1.0 KiB
TypeScript
26 lines
1.0 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore lint: disable
|
|
// oxlint-disable
|
|
// ------
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Card: typeof import('./src/components/Card.vue')['default']
|
|
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
|
|
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
|
|
IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
|
|
IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
|
|
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
TAvatar: typeof import('tdesign-mobile-vue')['Avatar']
|
|
TButton: typeof import('tdesign-mobile-vue')['Button']
|
|
}
|
|
}
|