Skip to content

Commit

Permalink
feat: add maimai silver rating
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzoid committed Nov 12, 2023
1 parent 0432ab6 commit 5ed5dd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added public/maimai/rating_base_silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/cards/maimai.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div class="relative rating shrink-0 mt-2 sm:mt-0.5">
<img class="absolute" :src="rating" alt="Rating purple">
<img class="absolute" :src="rating" alt="Rating silver">
<span class="absolute font-bold text-sm">{{ value }}</span>
</div>
</template>

<script setup>
import rating from '/maimai/rating_base_purple.png';
import rating from '/maimai/rating_base_silver.png';
defineProps({
value: String
});
Expand Down
2 changes: 1 addition & 1 deletion src/stats.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"maimaiDeluxe": "10103",
"maimaiDeluxe": "13386",
"SDVX": "17.260",
"popn": "71.63",
"jubeat": "7179",
Expand Down

0 comments on commit 5ed5dd8

Please sign in to comment.