This commit is contained in:
949036910@qq.com
2026-06-01 00:48:37 +08:00
parent e827e9425e
commit a315089ae3
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ export async function executeGenerateSubtitleAndBgm(store) {
backgroundOpacity: 0, backgroundOpacity: 0,
position: "bottom", position: "bottom",
fontSizeScale: 100, fontSizeScale: 100,
maxCharsPerLine: 20, maxCharsPerLine: 18,
}; };
} }

View File

@@ -289,6 +289,6 @@ export function buildSubtitleBurnStyle(template) {
position: position:
template?.config?.subtitlePosition || style.position || "bottom", template?.config?.subtitlePosition || style.position || "bottom",
fontSizeScale: Number(template?.config?.subtitleFontSizeScale) || 100, fontSizeScale: Number(template?.config?.subtitleFontSizeScale) || 100,
maxCharsPerLine: 20, maxCharsPerLine: 18,
}; };
} }