Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-18 12:02:54 +08:00
parent 344e2eb29c
commit 4acb4d4879
13 changed files with 25 additions and 280 deletions

View File

@@ -10,7 +10,6 @@ abstract final class DmUtils {
static DanmakuItemType getPosition(int mode) => switch (mode) {
4 => DanmakuItemType.bottom,
5 => DanmakuItemType.top,
7 => DanmakuItemType.special,
_ => DanmakuItemType.scroll,
};
}