fix:调整UI问题

This commit is contained in:
Max
2023-12-27 21:15:00 +08:00
parent 96de9e153c
commit e4cb690b68
18 changed files with 88 additions and 41 deletions

View File

@@ -537,7 +537,5 @@ object HomeModel : BaseModel() {
*/
@GET("/home/game")
suspend fun getHomeGame(): ServiceResult<HomeGameInfo>
}
}