perf(component): perf

This commit is contained in:
2026-03-10 14:15:53 +08:00
parent 03ab0af15e
commit 3a1d1a43ee
19 changed files with 3 additions and 703 deletions

View File

@@ -10,7 +10,6 @@ import {
} from "react"
import ScaleComponent from "./components/ScaleComponent"
import { processVideo } from "@/app/component/label/video2image/processVideo"
import { Box, Button, Flex, LoadingOverlay, Stack } from "@mantine/core"
import { notifications, showNotification } from "@mantine/notifications"
import { getLabelResult, getServerImage } from "./api/label"
@@ -35,6 +34,7 @@ import RightQATools from "./components/RightQATools"
import RightTaskTools from "./components/RightTaskTools"
import ScaleToolContainer from "./components/ScaleToolContainer"
import TopTools from "./components/TopTools"
import { processVideo } from "./ffmpeg/processVideo"
import {
useImagesStore,
useKeyEventStore,