fix;发版

This commit is contained in:
ljy
2026-07-29 22:22:10 +08:00
parent 7b98dadc43
commit 344920fd5d
123 changed files with 10997 additions and 11 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()],
})