更新前后端配置并清理仓库内容

This commit is contained in:
2026-04-12 16:37:36 +08:00
parent dbd72610c1
commit d373ce1da9
20 changed files with 362 additions and 63 deletions

View File

@@ -7,6 +7,8 @@ import { fileURLToPath } from 'url';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
export default defineConfig({
// 若为 trueesbuild 会对 Tailwind 误生成的 gri 等无效规则告警;可改回 true 并接受提示
build: { cssMinify: false },
plugins: [
// Allow JSX in .js files (all files under src/)
{