From 11bc8068bdcc11314fa5119640b6a851b24b8067 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 4 Jun 2024 15:56:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/chwl/app/game/core/engine/GameEngineAbility.kt | 5 +++-- app/src/module_game/res/values-ar/strings.xml | 1 + app/src/module_game/res/values-zh-rTW/strings.xml | 1 + app/src/module_game/res/values/strings.xml | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/module_game/java/com/chwl/app/game/core/engine/GameEngineAbility.kt b/app/src/module_game/java/com/chwl/app/game/core/engine/GameEngineAbility.kt index 6ad2cce81..b3c9073a0 100644 --- a/app/src/module_game/java/com/chwl/app/game/core/engine/GameEngineAbility.kt +++ b/app/src/module_game/java/com/chwl/app/game/core/engine/GameEngineAbility.kt @@ -1,12 +1,12 @@ package com.chwl.app.game.core.engine -import android.os.Build import com.chwl.app.BuildConfig import com.chwl.app.game.core.GameQueueAbility import com.chwl.app.game.core.GameStateAbility import com.chwl.core.bean.game.GameResultBean import com.chwl.core.bean.game.SudGameConfigBean import com.chwl.core.sud.model.GameViewInfoModel +import com.chwl.core.sud.state.SudMGPAPPState import com.chwl.core.sud.state.SudMGPMGState import com.chwl.core.support.room.RoomContext import com.chwl.library.utils.SingleToastUtil @@ -131,7 +131,8 @@ class GameEngineAbility : SudEngineAbility() { private fun updateGameSettingSelectConfig() { val configStr = gameConfig?.getGameSettingSelectConfigStr() if (!configStr.isNullOrEmpty()) { - sudFSTAPP.notifyStateChange("app_common_game_setting_select_info", configStr) + logD("updateGameSettingSelectConfig() configStr:$configStr") + sudFSTAPP.notifyStateChange(SudMGPAPPState.APP_COMMON_GAME_SETTING_SELECT_INFO, configStr) } } diff --git a/app/src/module_game/res/values-ar/strings.xml b/app/src/module_game/res/values-ar/strings.xml index d87f76bde..9f92d1175 100644 --- a/app/src/module_game/res/values-ar/strings.xml +++ b/app/src/module_game/res/values-ar/strings.xml @@ -13,4 +13,5 @@ إعادة المطابقة جاري التحميل، هل تريد العودة إلى الغرفة؟ انتهت اللعبة~ + متابعة اللعبة \ No newline at end of file diff --git a/app/src/module_game/res/values-zh-rTW/strings.xml b/app/src/module_game/res/values-zh-rTW/strings.xml index 4478576b7..0ea3529cb 100644 --- a/app/src/module_game/res/values-zh-rTW/strings.xml +++ b/app/src/module_game/res/values-zh-rTW/strings.xml @@ -14,4 +14,5 @@ 重新匹配 遊戲進行中,是否返回房間? 遊戲已結束~ + 繼續遊戲 \ No newline at end of file diff --git a/app/src/module_game/res/values/strings.xml b/app/src/module_game/res/values/strings.xml index e98be339d..7bd579f0a 100644 --- a/app/src/module_game/res/values/strings.xml +++ b/app/src/module_game/res/values/strings.xml @@ -13,4 +13,5 @@ Rematch Game in progress, do you want to return to the room? The game is over ~ + Continue \ No newline at end of file