fix: 样式统一优化提取。

This commit is contained in:
tianyongbao
2026-05-30 22:37:18 +08:00
parent 0e3e0d21ba
commit 1ff68c1f98
22 changed files with 1031 additions and 4715 deletions

View File

@@ -5,7 +5,7 @@ export default defineConfig(() => {
return {
base: './',
build: {
minify: true,
minify: 'terser',
outDir: 'dist',
// 小程序不支持 eval需要关闭 terser 的 compress.drop_debugger
terserOptions: {