mod: 代码整理

This commit is contained in:
guozhigq
2023-07-25 23:44:09 +08:00
parent 6d9f66c420
commit 7745ea076b
74 changed files with 387 additions and 424 deletions

View File

@ -8,7 +8,7 @@ import 'package:pilipala/models/live/room_info.dart';
class LiveRoomController extends GetxController {
String cover = '';
late int roomId;
var liveItem;
dynamic liveItem;
late String heroTag;
double volume = 0.0;
// 静音状态
@ -75,6 +75,5 @@ class LiveRoomController extends GetxController {
volumeOff.value = true;
meeduPlayerController.setVolume(0);
}
print('🌹:${volumeOff.value}');
}
}