show battery level

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-21 18:43:57 +08:00
parent 919134759b
commit dd0ccb327b
14 changed files with 279 additions and 126 deletions

View File

@@ -233,11 +233,13 @@ class _LiveRoomPageState extends State<LiveRoomPage>
alignment: alignment,
plPlayerController: plPlayerController,
headerControl: LiveHeaderControl(
key: _liveRoomController.headerKey,
title: roomInfoH5?.roomInfo?.title,
upName: roomInfoH5?.anchorInfo?.baseInfo?.uname,
plPlayerController: plPlayerController,
onSendDanmaku: _liveRoomController.onSendDanmaku,
onPlayAudio: _liveRoomController.queryLiveUrl,
isPortrait: isPortrait,
),
bottomControl: BottomControl(
plPlayerController: plPlayerController,