From b4ba4829586f08314ccf77f973eff0a2cc4332e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Mon, 18 May 2026 14:15:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=97=E5=B9=95=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E4=BB=8E56=E8=B0=83=E8=87=B350=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=A2=84=E8=A7=88=E5=81=8F=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tauri-app/src/pages/VideoCreation/SubtitleBurning.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-app/src/pages/VideoCreation/SubtitleBurning.tsx b/tauri-app/src/pages/VideoCreation/SubtitleBurning.tsx index 0f2c4e6..d2ca90d 100644 --- a/tauri-app/src/pages/VideoCreation/SubtitleBurning.tsx +++ b/tauri-app/src/pages/VideoCreation/SubtitleBurning.tsx @@ -181,7 +181,7 @@ export default function SubtitleBurning() { const videoDurationMs = (alignment?.duration || 0) * 1000; const buildSubtitleStyle = (preset: TitlePreset): Partial => ({ - fontSize: 56, + fontSize: 50, primaryColor: htmlColorToAss(preset.primaryColor), outlineColor: htmlColorToAss(preset.outlineColor), backColor: htmlColorToAss(preset.backColor),