test #228

Merged
klaus merged 6 commits from test into main 2024-10-25 03:45:27 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit fa99c296a5 - Show all commits

View File

@ -31,6 +31,10 @@ data class GetCalculateLiveQueryData @QueryProjection constructor(
"룰렛" "룰렛"
} }
CanUsage.HEART -> {
"하트"
}
else -> { else -> {
"후원" "후원"
} }