save code

This commit is contained in:
Your Name
2026-01-26 22:05:46 +08:00
parent b3876bba89
commit f90367ddcb
28 changed files with 10664 additions and 96 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()],
})