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
@@ -13,6 +13,8 @@ import {
VideoCameraOutlined,
} from "@ant-design/icons";
import { useCallback, useEffect, useRef, useState, type CSSProperties } from "react";
import "../../styles/pages/image-workbench.css";
import "../../styles/pages/subtitle-removal.css";
import { aiGenerationClient } from "../../api/aiGenerationClient";
import { waitForTask } from "../../api/taskSubscription";
import { saveToolTaskState, loadToolTaskState, clearToolTaskState } from "../workbench/toolKeepalive";