diff --git a/apps/web/src/pages/editing-planner/components/SubtitleStylePanel.tsx b/apps/web/src/pages/editing-planner/components/SubtitleStylePanel.tsx index 40aeff7d0..27f252da0 100755 --- a/apps/web/src/pages/editing-planner/components/SubtitleStylePanel.tsx +++ b/apps/web/src/pages/editing-planner/components/SubtitleStylePanel.tsx @@ -5,8 +5,7 @@ import React from "react"; import { Drawer, Slider, ColorPicker, Select } from "antd"; import type { Color } from "antd/es/color-picker"; -import type { SubtitleMode, SubtitleStyleConfig } from "../types/subtitle"; -import { DEFAULT_SUBTITLE_STYLE } from "../types/subtitle"; +import type { SubtitleStyleConfig } from "../types/subtitle"; /* ──────────── 选项常量 ──────────── */