签约房UI

This commit is contained in:
2025-11-26 09:04:58 +08:00
parent cc42d0f90f
commit 1753d9a98d
44 changed files with 693 additions and 20 deletions

View File

@@ -22,6 +22,11 @@ public enum QXRoomSeatViewType {
*/
JUKEBOX(9,"点唱麦位"),
/**
* 签约
*/
SIGNCONTRACT(7,"签约"),
/**
* 小黑屋麦位
*/

View File

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