plugins/iidx@asphyxia/webui/profile_--score.pug
duel0213 8bbe8390eb IIDX: Added error message for incompatible score database
IIDX: Fixed where unable to login after step up (rootage)
IIDX: Reverted `v0.1.15` dev mode hackjob codes
IIDX: Line Encoding changes, misc
2025-03-21 21:11:45 +09:00

26 lines
571 B
Plaintext

//DATA//
score: DB.Find(refid, { collection: 'score' })
div
.card
.card-header
p.card-header-title
span.icon
i.mdi.mdi-account-edit
| Score
.card-content
table.table
thead
tr
th Music ID
th EXSCORE [SPB~DPL]
th Miss Count [SPB~DPL]
th Clear Lamp [SPB~DPL]
tbody
each i in score
tr
td #{i.mid}
td #{i.esArray}
td #{i.mArray}
td #{i.cArray}