Update .gitignore

This commit is contained in:
2025-08-05 17:20:11 +08:00
commit ee400aacee
18 changed files with 13044 additions and 0 deletions

8
vite.config.js Normal file
View File

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