字体文件

This commit is contained in:
X1627315083
2025-10-09 13:56:00 +08:00
parent ffaf4c8d44
commit d69f430800
41 changed files with 115 additions and 30 deletions

1
components.d.ts vendored
View File

@@ -17,6 +17,7 @@ declare module '@vue/runtime-core' {
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SelectItem: typeof import('./src/components/selectStyle/selectItem.vue')['default']
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']