mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 11:37:32 +08:00
[+] Chusan b40?
This commit is contained in:
@@ -49,6 +49,9 @@ class Chusan(
|
|||||||
|
|
||||||
val ratingComposition = mapOf(
|
val ratingComposition = mapOf(
|
||||||
"recent" to (extra["recent_rating_list"] ?: ""),
|
"recent" to (extra["recent_rating_list"] ?: ""),
|
||||||
|
"best30" to (extra["rating_base_list"] ?: ""),
|
||||||
|
"hot10" to (extra["rating_hot_list"] ?: ""),
|
||||||
|
"next10" to (extra["rating_next_list"] ?: ""),
|
||||||
)
|
)
|
||||||
|
|
||||||
genericUserSummary(card, ratingComposition)
|
genericUserSummary(card, ratingComposition)
|
||||||
|
|||||||
Reference in New Issue
Block a user