feat(web): 完成基本适配

This commit is contained in:
v-zhangjc9
2025-05-09 11:21:57 +08:00
parent fa295b15c6
commit de445d7061
24 changed files with 10780 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import {defineConfig} from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})