美化前端

This commit is contained in:
2026-06-06 02:10:56 +08:00
parent 71282f4e4f
commit 35823507a0
9 changed files with 951 additions and 448 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
plugins: [vue(), tailwindcss()],
build: {
outDir: "../dist",
assetsDir: "assets",