🔧 Add configuration information and dependencies

This commit is contained in:
2025-04-23 00:17:25 +08:00
parent 598453076f
commit d774c641b4
31 changed files with 5350 additions and 188 deletions

15
frontend/components.d.ts vendored Normal file
View File

@@ -0,0 +1,15 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}