From 3ca17cea07f9639313e2cab601b266ce8a1735cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E5=AD=90=E7=BB=B4?= Date: Thu, 13 Mar 2025 13:40:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E6=B8=B8=E5=BC=80=E6=B5=8B?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96=EF=BC=88?= =?UTF-8?q?=E7=AC=AC=E5=9B=9B=E6=9C=9F=EF=BC=89=E2=80=940313=E8=BF=90?= =?UTF-8?q?=E8=90=A5=E6=B5=8B=E8=AF=95-=E5=AE=A2=E6=88=B7=E7=AB=AF=20https?= =?UTF-8?q?://jira.shanqu.cc/browse/GHZSCY-7676?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/gh/gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt b/app/src/main/java/com/gh/gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt index 45cca7df70..17eaa0d299 100644 --- a/app/src/main/java/com/gh/gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt +++ b/app/src/main/java/com/gh/gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt @@ -83,7 +83,7 @@ class GameServerTestV2ViewModel(application: Application) : AndroidViewModel(app companion object { const val RECENT_GAME = "近期" const val TODAY_GAME = "今天" - const val FUTURE_GAME = "未来" + const val FUTURE_GAME = "预约" } class Factory(private val mApplication: Application) :