项目初始化完毕

This commit is contained in:
hanserwei
2025-10-22 13:49:50 +08:00
commit 10270afc87
28 changed files with 6326 additions and 0 deletions

19
components.d.ts vendored Normal file
View File

@@ -0,0 +1,19 @@
/* 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 {
AButton: typeof import('ant-design-vue/es')['Button']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgIcon: typeof import('./src/components/SvgIcon.vue')['default']
}
}