✨ feat(推送): 推送修改为向全院推送
This commit is contained in:
@@ -190,8 +190,8 @@ export function needRebate() {
|
||||
return gameData.serverConst.NEED_REBATE == 1;
|
||||
}
|
||||
|
||||
export function needPushMsg() {
|
||||
return gameData.serverConst.PUSH_MSG == 1;
|
||||
export function needPushMsg(env: string) {
|
||||
return gameData.serverConst.PUSH_MSG_ENV == env;
|
||||
}
|
||||
|
||||
export function closeScriptBarrage() {
|
||||
|
||||
Reference in New Issue
Block a user