feat:游戏麦位改为9麦,增加礼物值展示

This commit is contained in:
max
2024-06-03 19:18:47 +08:00
parent b25276875b
commit 1acbead001
3 changed files with 28 additions and 65 deletions

View File

@@ -88,7 +88,7 @@ public final class AvRoomDataManager {
/**
* 游戏房最小坑位数
*/
public static final int GAME_DEF_MIC_COUNT = 6;
public static final int GAME_DEF_MIC_COUNT = 9;
/************************************************公屏数据****************************************************/