1
0

完成初始化

This commit is contained in:
2025-05-08 19:15:32 +08:00
commit 956750a4c7
16 changed files with 6304 additions and 0 deletions

7
vite.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import react from '@vitejs/plugin-react-swc'
import {defineConfig} from 'vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})