mirror of https://github.com/hykilpikonna/AquaDX
[+] Chusan b40?
parent
c78c4689f1
commit
b97ace2c6e
|
@ -49,6 +49,9 @@ class Chusan(
|
|||
|
||||
val ratingComposition = mapOf(
|
||||
"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)
|
||||
|
|
Loading…
Reference in New Issue