B站模块:修复字幕顶部过高问题
This commit is contained in:
@@ -160,9 +160,9 @@ public class AssTools {
|
||||
|
||||
|
||||
private void addY() {
|
||||
y += 30;
|
||||
y += 40;
|
||||
if (y >= 1080) {
|
||||
y = 30;
|
||||
y = 40;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user