Merge branch 'dev' into main

This commit is contained in:
LOG1997
2025-12-09 20:28:52 +08:00
committed by GitHub
75 changed files with 8087 additions and 5832 deletions

View File

@@ -2,6 +2,7 @@
import { createRequire } from 'node:module'
import path from 'node:path'
import tailwindcss from '@tailwindcss/vite'
import legacy from '@vitejs/plugin-legacy'
import vue from '@vitejs/plugin-vue'
import { visualizer } from 'rollup-plugin-visualizer'
@@ -26,6 +27,7 @@ export default defineConfig(({ mode }) => {
base: mode === 'file' ? './' : '/log-lottery/',
plugins: [
vue(),
tailwindcss(),
mode === 'file'
? legacy({
additionalLegacyPolyfills: ['regenerator-runtime/runtime'],