Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize danmaku matching for segment's skipping #113

Merged
merged 3 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,18 +786,6 @@
"checkTimeDanmakuSkip": {
"message": "检查片段附近是否已有上传的跳过信息,已有则不触发此功能"
},
"danmakuTimeMatchingRegexPattern": {
"message": "空降时间匹配正则: "
},
"danmakuRegexPatternPlaceholder": {
"message": "能匹配2~3组数字的正则表达式"
},
"danmakuRegexTitle": {
"message": "请输入一个匹配时间格式的正则表达式,要求能捕获2~3组数字。如果不清楚如何写正则表达式,请勿修改此项"
},
"danmakuTimeMatchingRegexPatternDescription": {
"message": "空降时间匹配类似“01:23”“四分五十六秒”“1分2秒”等格式的弹幕。"
},
"danmakuOffsetMatchingRegexPattern": {
"message": "时间偏移匹配正则: "
},
Expand Down
12 changes: 0 additions & 12 deletions public/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,18 +786,6 @@
"checkTimeDanmakuSkip": {
"message": "检查片段附近是否已有上传的跳过信息,已有则不触发此功能"
},
"danmakuTimeMatchingRegexPattern": {
"message": "空降时间匹配正则: "
},
"danmakuRegexPatternPlaceholder": {
"message": "能匹配2~3组数字的正则表达式"
},
"danmakuRegexTitle": {
"message": "请输入一个匹配时间格式的正则表达式,要求能捕获2~3组数字。如果不清楚如何写正则表达式,请勿修改此项"
},
"danmakuTimeMatchingRegexPatternDescription": {
"message": "空降时间匹配类似“01:23”“四分五十六秒”“1分2秒”等格式的弹幕。"
},
"danmakuOffsetMatchingRegexPattern": {
"message": "时间偏移匹配正则: "
},
Expand Down
12 changes: 0 additions & 12 deletions public/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,18 +786,6 @@
"checkTimeDanmakuSkip": {
"message": "檢查片段附近是否已有上傳的跳過資訊,已有則不觸發此功能"
},
"danmakuTimeMatchingRegexPattern": {
"message": "空降時間匹配正則: "
},
"danmakuRegexPatternPlaceholder": {
"message": "能匹配2~3組數字的正則表達式"
},
"danmakuRegexTitle": {
"message": "請輸入一個匹配時間格式的正則表達式,要求能捕獲2~3組數字。如果不清楚如何寫正則表達式,請勿修改此項"
},
"danmakuTimeMatchingRegexPatternDescription": {
"message": "空降時間匹配類似“01:23”“四分五十六秒”“1分2秒”等格式的彈幕。"
},
"danmakuOffsetMatchingRegexPattern": {
"message": "時間偏移匹配正則: "
},
Expand Down
Loading
Loading