mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 06:27:26 +08:00
[O] Rename composition
This commit is contained in:
@@ -48,7 +48,7 @@ class Chusan(
|
|||||||
.associate { it.propertyKey to it.propertyValue }
|
.associate { it.propertyKey to it.propertyValue }
|
||||||
|
|
||||||
val ratingComposition = mapOf(
|
val ratingComposition = mapOf(
|
||||||
"recent" to (extra["recent_rating_list"] ?: ""),
|
"recent10" to (extra["recent_rating_list"] ?: ""),
|
||||||
"best30" to (extra["rating_base_list"] ?: ""),
|
"best30" to (extra["rating_base_list"] ?: ""),
|
||||||
"hot10" to (extra["rating_hot_list"] ?: ""),
|
"hot10" to (extra["rating_hot_list"] ?: ""),
|
||||||
"next10" to (extra["rating_next_list"] ?: ""),
|
"next10" to (extra["rating_next_list"] ?: ""),
|
||||||
|
|||||||
Reference in New Issue
Block a user