初始化提交

This commit is contained in:
2025-09-29 11:56:03 +08:00
parent 7e292ef96f
commit df2f1bf3dd
173 changed files with 31142 additions and 129 deletions

7
vite.config.js Normal file
View File

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