mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 21:07:27 +08:00
[+] chu3 rating composition
This commit is contained in:
@@ -38,8 +38,10 @@ class Chusan(
|
|||||||
val extra = userGeneralDataRepository.findByUser_Card_ExtId(u.ghostCard.extId)
|
val extra = userGeneralDataRepository.findByUser_Card_ExtId(u.ghostCard.extId)
|
||||||
.associate { it.propertyKey to it.propertyValue }
|
.associate { it.propertyKey to it.propertyValue }
|
||||||
|
|
||||||
// TODO: Rating composition
|
val ratingComposition = mapOf(
|
||||||
|
"recent" to (extra["recent_rating_list"] ?: ""),
|
||||||
|
)
|
||||||
|
|
||||||
genericUserSummary(u, userDataRepository, userPlaylogRepository, shownRanks, emptyMap())
|
genericUserSummary(u, userDataRepository, userPlaylogRepository, shownRanks, ratingComposition)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user