opt: live room

This commit is contained in:
bggRGjQaUbCoE
2024-11-04 00:26:14 +08:00
parent 4fec26c1ba
commit 42901b3c05
3 changed files with 99 additions and 53 deletions

View File

@@ -19,6 +19,9 @@ class LiveRoomController extends GetxController {
Rx<RoomInfoH5Model> roomInfoH5 = RoomInfoH5Model().obs;
// late bool enableCDN;
RxList<dynamic> messages = [].obs;
RxBool disableAutoScroll = false.obs;
@override
void onInit() {
super.onInit();