mod: default values

This commit is contained in:
bggRGjQaUbCoE
2024-08-27 14:00:49 +08:00
parent 4c201af21a
commit 493400a615
16 changed files with 28 additions and 29 deletions

View File

@@ -106,7 +106,7 @@ class VideoIntroController extends GetxController {
userLogin = userInfo != null;
lastPlayCid.value = int.parse(Get.parameters['cid']!);
isShowOnlineTotal =
setting.get(SettingBoxKey.enableOnlineTotal, defaultValue: false);
setting.get(SettingBoxKey.enableOnlineTotal, defaultValue: true);
if (isShowOnlineTotal) {
queryOnlineTotal();
startTimer(); // 在页面加载时启动定时器