refactor: emote

This commit is contained in:
bggRGjQaUbCoE
2024-09-13 12:33:02 +08:00
parent e29d1cc5f1
commit 6ca585abb4
16 changed files with 124 additions and 136 deletions

View File

@@ -75,7 +75,7 @@ class VideoDetailController extends GetxController
double? brightness;
// 默认记录历史记录
bool enableHeart = true;
var userInfo;
dynamic userInfo;
late bool isFirstTime = true;
Floating? floating;
late PreferredSizeWidget headerControl;

View File

@@ -64,7 +64,7 @@ class VideoIntroController extends GetxController {
RxMap followStatus = {}.obs;
RxInt lastPlayCid = 0.obs;
var userInfo;
dynamic userInfo;
// 同时观看
bool isShowOnlineTotal = false;