plugins/iidx@asphyxia/webui/profile_-score.pug
duel0213 6902182a8d IIDX: Added Experimental WebUI / Plugin Settings
IIDX: Removed pugFile that no longer being used
2024-02-16 10:31:50 +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}