房间设置是否显示心动值 设置默认false

This commit is contained in:
tianfeng 2025-09-29 19:17:19 +08:00
parent 2cde5525b4
commit a6c8da0201

View File

@ -109,7 +109,7 @@ public class RoomSetting implements Serializable {
.setMikeSize(10)
.setAllowMusic(Boolean.TRUE)
.setAdminLockSeat(Boolean.TRUE)
.setShowHeartbeat(Boolean.TRUE)
.setShowHeartbeat(Boolean.FALSE)
.setTakeMicRole("ALL")
.setRoomSpecialMikeType("")
.setOpenKtvMode(Boolean.FALSE);