tag(创建):项目初次创建

This commit is contained in:
OrangeRoll
2026-08-07 12:33:44 +08:00
commit 903f1c1d8e
42 changed files with 3971 additions and 0 deletions
+7
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()],
})