mirror of
https://github.com/HiMeditator/auto-caption.git
synced 2026-02-15 04:14:46 +08:00
feat(renderer):实现多行字幕显示功能
- 在 CaptionStyle 组件中添加字幕行数设置选项 - 修改组件以支持多行字幕显示 - 优化字幕数据处理逻辑,支持按时间顺序显示多条字幕
This commit is contained in:
@@ -19,6 +19,7 @@ function getDesktopPath() {
|
||||
}
|
||||
|
||||
const defaultStyles: Styles = {
|
||||
lineNumber: 1,
|
||||
lineBreak: 1,
|
||||
fontFamily: 'sans-serif',
|
||||
fontSize: 24,
|
||||
|
||||
Reference in New Issue
Block a user