perf: 迁移项目至Vite构建工具,更新依赖和配置

This commit is contained in:
刘引
2025-07-28 09:46:28 +08:00
parent 11e617adc9
commit 2a38aed1f7
17 changed files with 1094 additions and 1329 deletions

3
components.d.ts vendored
View File

@@ -1,10 +1,11 @@
/* eslint-disable */
/* prettier-ignore */
// @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 {
Foot: typeof import('./src/components/Foot.vue')['default']