Revert " feat(消息): 添加推送消息sdk"

This reverts commit 65a94fc4cc.
This commit is contained in:
luying
2023-03-21 21:00:48 +08:00
parent 65a94fc4cc
commit 918cc3415f
19 changed files with 17 additions and 409 deletions

View File

@@ -135,7 +135,6 @@ import { DicGVGVestigeLeagueRank, dicGVGVestigeLeagueRank, loadGVGVestigeLeagueR
import { DicGVGVestigePlayerRank, dicGVGVestigePlayerRank, loadGVGVestigePlayerRank } from "./dictionary/DicGVGVestigePlayerRank";
import { dicGVGAreaPoint, loadGVGAreaPoint, dicGVGPointsByAreaId } from "./dictionary/DicGVGAreaPoint";
import { DicGVGBattleRankReward, dicGVGBattleRankReward, loadGVGBattleRankReward } from './dictionary/DicGVGBattleRankReward';
import { dicPushMessage, loadPushMessage } from './dictionary/DicPushMessage';
export const gameData = {
daily: dicDaily,
@@ -344,7 +343,6 @@ export const gameData = {
gvgTeamDurability: new Map<number, number>(),
gvgPointByAreaId: dicGVGPointsByAreaId,
gvgReviveGold: new Map<number|'max', number>(),
dicPushMessage: dicPushMessage
};
// 在此提供一些原先在gamedata中提供的方法以便更方便获取gameData数据
@@ -1488,7 +1486,6 @@ function loadDatas() {
loadGVGVestigePlayerRank();
loadGVGAreaPoint();
loadGVGBattleRankReward();
loadPushMessage();
}
// 重载dicParam