This commit is contained in:
ljy
2026-08-11 01:34:54 +08:00
parent 738f00d442
commit eba21aedf9
133 changed files with 15595 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})