保存进度!

This commit is contained in:
2025-08-07 12:27:49 +08:00
parent 148c4c927d
commit 9e05314836
17 changed files with 1730 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()],
})