perf: split page css from main bundle

This commit is contained in:
2026-06-05 17:19:38 +08:00
parent 53f6a02377
commit 6060705345
25 changed files with 60 additions and 23 deletions
+1
View File
@@ -14,6 +14,7 @@ import {
ThunderboltOutlined,
} from "@ant-design/icons";
import { useRef, useState } from "react";
import "../../styles/pages/agent.css";
import WorkspacePageShell from "../../components/WorkspacePageShell";
import type { WebGenerationPreviewTask } from "../../types";