B站模块:修复字幕顶部过高问题

This commit is contained in:
2022-05-28 17:03:47 +08:00
parent c1fd29232e
commit 7319944441
2 changed files with 6 additions and 4 deletions

View File

@@ -160,9 +160,9 @@ public class AssTools {
private void addY() {
y += 30;
y += 40;
if (y >= 1080) {
y = 30;
y = 40;
}
}