myjian / mai-tools

mai-tools is a collection of useful tools for maimai and maimai DX.
https://myjian.github.io/mai-tools
GNU General Public License v3.0
44 stars 12 forks source link

Feature request: display ✦6, ✦7 in single play record page #11

Closed myjian closed 1 year ago

myjian commented 2 years ago

These are community ranks for DX score. 6 DX-star: 99% dx score 7 DX-star: 100% dx score

single chart record page

myjian commented 2 years ago

to overlay another dx star image for dx-star 7, use this css

  position: absolute;
  top: 112px;
  right: 39px;
  height: 14px;

to overlay another dx star image for dx-star 6, use this css

  position: absolute;
  top: 112px;
  right: 26px;
  height: 14px;

I've tried the above css on both japan and intl maimai net.

the dom element will look like

<img src="/maimai-mobile/img/playlog/dxstar_5.png">
myjian commented 2 years ago

6c2b78d35e525a1a4b6197299d89d73f5440d91c adds the calculation to the recent records page, which is tangentially related.

myjian commented 1 year ago

Single record page

Screenshot 2022-12-09 at 02-13-28 maimai DX NET-Game Record-


Recent records page

Screenshot 2022-12-09 at 02-12-22 maimai DX NET-Game Record-