初始化

This commit is contained in:
2025-10-03 22:30:54 +08:00
commit c4b3ed5e97
20 changed files with 4321 additions and 0 deletions

View File

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