mod: live room

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-11 11:44:58 +08:00
parent 26b437f5df
commit 32d2ec8ca0
12 changed files with 38 additions and 77 deletions

View File

@@ -472,10 +472,7 @@ class UserInfoCard extends StatelessWidget {
left: 20,
child: GestureDetector(
onTap: () {
Get.toNamed(
'/liveRoom?roomid=${live['roomid']}',
arguments: {'heroTag': '${live['roomid']}'},
);
Get.toNamed('/liveRoom?roomid=${live['roomid']}');
},
child: Container(
width: 85,
@@ -487,6 +484,9 @@ class UserInfoCard extends StatelessWidget {
Icon(
Icons.equalizer_rounded,
size: MediaQuery.textScalerOf(context).scale(16),
color: Theme.of(context)
.colorScheme
.onSecondaryContainer,
),
Text(
'直播中',