feat: 游戏预约相关优化—客户端 https://jira.shanqu.cc/browse/GHZSCY-7828

This commit is contained in:
叶子维
2025-04-08 15:22:33 +08:00
parent 750ec04c9d
commit fbb81d7e45
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ object CustomViewExt {
private fun getTestDescription(game: GameEntity): String {
val timeText = TimeUtils.formatTestTime(game.test?.start ?: 0L)
val eventName = if (game.test?.type == "删档内测") {
R.string.first_release.toResString()
R.string.delete_test.toResString()
} else {
R.string.go_live.toResString()
}