横幅文字颜色调整

This commit is contained in:
oujunhui
2020-08-12 14:04:20 +08:00
parent 9d51896cf3
commit 889e1dce7b
6 changed files with 38 additions and 27 deletions

View File

@@ -6,6 +6,9 @@ import lombok.Data;
@Data
public class LuckyBagNoticeInfo implements Serializable {
private String flashMsg;
private long roomUid;
private long uid;
private String nick;
private String luckyBagName;
private String giftName;
}

View File

@@ -193,7 +193,7 @@ public class RoomEvent {
public static final int RECEIVE_ALL_MIC_LUCKY_GIFT = 64;
public static final int RECEIVE_RED_PACKAGE = 63;
private int event = NONE;
private int micPosition = Integer.MIN_VALUE;
private int posState = -1;