增加是否自动插入字幕列表选项

This commit is contained in:
IndieKKY
2024-10-04 21:45:47 +08:00
parent a02825b3eb
commit 38baf571b7
7 changed files with 97 additions and 38 deletions

1
src/typings.d.ts vendored
View File

@@ -22,6 +22,7 @@ interface MethodContext {
}
interface EnvData {
manualInsert?: boolean //是否手动插入字幕列表
autoExpand?: boolean
flagDot?: boolean