This commit is contained in:
949036910@qq.com
2026-06-01 22:46:59 +08:00
parent 80366499fe
commit ca62a4ad6a
2 changed files with 3 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ async function onOpenVideoInExplorer() {
用步骤 01 文案替换识别文本保留语音时间轴 用步骤 01 文案替换识别文本保留语音时间轴
</p> </p>
<p class="dashboard-muted mt-1 pl-6 text-xs"> <p class="dashboard-muted mt-1 pl-6 text-xs">
步骤 04 关键词按模板分组样式烧录重点词/述词/行动词/情感词 步骤 04 关键词在字幕行内高亮颜色/边来自模板分组与正文同行
</p> </p>
<div class="mt-2 flex flex-wrap items-center gap-2"> <div class="mt-2 flex flex-wrap items-center gap-2">

View File

@@ -101,6 +101,8 @@ export async function executeGenerateSubtitleAndBgm(store) {
subtitleStyle, subtitleStyle,
enableKeywordEffects, enableKeywordEffects,
keywordGroups, keywordGroups,
keywordRenderMode:
fullTemplate?.config?.keywordRenderMode || "inline-emphasis",
keywordsFocus: store.keywordsFocus || "", keywordsFocus: store.keywordsFocus || "",
keywordsDescribe: store.keywordsDescribe || "", keywordsDescribe: store.keywordsDescribe || "",
keywordsAction: store.keywordsAction || "", keywordsAction: store.keywordsAction || "",