upgrade deps

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-25 12:48:49 +08:00
parent 05cd631439
commit 67c25bd130
6 changed files with 14 additions and 10 deletions

View File

@@ -359,7 +359,9 @@ class LiveRoomController extends GetxController {
plPlayerController.danmakuController?.addDanmaku(
DanmakuContentItem(
extra['content'],
color: DmUtils.decimalToColor(extra['color']),
color: plPlayerController.blockColorful
? Colors.white
: DmUtils.decimalToColor(extra['color']),
type: DmUtils.getPosition(extra['mode']),
selfSend: extra['send_from_me'] ?? false,
),