summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorKurenai <[email protected]>2021-10-15 19:07:50 +0800
committerKurenai <[email protected]>2021-10-15 19:07:50 +0800
commit41568b669ab6bf44e01c7b95584a03a9ce7de8eb (patch)
treeec5f13910655ee3b8fd34cc66ef1732c58b1f128 /main.go
parent2e0da3d465152e44f06d06f128875728c7deaf81 (diff)
重写了用于替换ass文件里字体的正则表达式,修复以前输出成品字幕不工作的问题,以及修复@前缀的字体名匹配不了的问题
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index b8d54b1..fe32de0 100644
--- a/main.go
+++ b/main.go
@@ -7,7 +7,7 @@ import (
"runtime"
)
-const pName = "MKV Tool v3.0.2"
+const pName = "MKV Tool v3.0.3"
type arrayArg []string