初步实现功能

This commit is contained in:
2025-08-06 14:15:15 +08:00
parent cbe3f72d1c
commit d57b5fb540
8 changed files with 3657 additions and 58 deletions

View File

@ -1,7 +1,11 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})
base: './',
build: {
assetsInlineLimit: 0
// 强制所有资源作为文件输出
}
})