mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix typo
This commit is contained in:
parent
752a7e402d
commit
893dfa8687
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/danmaku-converter.min.js
vendored
2
min/danmaku-converter.min.js
vendored
File diff suppressed because one or more lines are too long
@ -169,7 +169,7 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
|
||||
targetTrack.push(getTrackItem({ track, width, visibleTime }));
|
||||
return getTag({ track, x, y });
|
||||
}
|
||||
getHorizonalTags(danmaku)
|
||||
getHorizontalTags(danmaku)
|
||||
{
|
||||
return this.getTags(danmaku, {
|
||||
targetTrack: this.horizontalTrack,
|
||||
@ -252,7 +252,7 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
|
||||
case "normal":
|
||||
case "reversed": // 反向先鸽了, 直接当正向了
|
||||
{
|
||||
tags = this.getHorizonalTags(danmaku);
|
||||
tags = this.getHorizontalTags(danmaku);
|
||||
stack = this.horizontalDanmakus;
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user