This commit is contained in:
ljy
2026-08-11 01:44:32 +08:00
parent cfafec8a3c
commit 404613a109
130 changed files with 14869 additions and 1452 deletions
-1
View File
@@ -1,7 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})