2025/10/27/17:23完成

This commit is contained in:
2025-10-27 17:23:29 +08:00
parent 11046287e3
commit 6cde2b4b81
5 changed files with 456 additions and 4 deletions

View File

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