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
-1
View File
@@ -2053,7 +2053,6 @@ export function checkRouteParam(route: string, msg: any) {
case "guild.gvgBattleHandler.debugAddRobots":
case "guild.gvgBattleHandler.debugMoveRobots":
case "guild.gvgBattleHandler.debugStopMoveRobot":
case "chat.chatHandler.debugPushMessage":
{
if (msg.magicWord !== DEBUG_MAGIC_WORD || !isDevelopEnv()) return false;