修改目录结构

This commit is contained in:
2025-11-28 21:24:28 +08:00
parent 40583c68e0
commit 074d7c5a46
18 changed files with 0 additions and 1454 deletions

8
vite.config.ts Normal file
View File

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