酒吧房 1

This commit is contained in:
2026-01-05 15:43:25 +08:00
parent 43ea35d3a2
commit 9ef4f27ed9
36 changed files with 1101 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ public class CommonAppContext extends MultiDexApplication implements Application
@Getter
public UnreadCountEvent unreadCountEvent;
public static int selectRelease = -1;
public static int selectRelease = 1;
public int is_open = 0;//主题的开关

View File

@@ -27,6 +27,12 @@ public enum QXRoomSeatViewType {
*/
SIGNCONTRACT(10,"签约"),
/**
* 酒吧
*/
PUB(7,"酒吧"),
/**
* 小黑屋麦位
*/

View File

@@ -15,6 +15,7 @@ enum class RoomType(
DATING("交友", 1,3, 4, 8), // 1、3、4、8 均对应交友
BLACK_ROOM("小黑屋", 6),
JUKEBOX("点唱", 9),
PUB_ROOM("酒吧", 7),
MUTUAL_ENTERTAINMENT("互娱", 7),
SIGN_CONTRACT("签约", 10);