mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -05:00
IIDX: Fixed where unable to login after step up (rootage) IIDX: Reverted `v0.1.15` dev mode hackjob codes IIDX: Line Encoding changes, misc
26 lines
571 B
Plaintext
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}
|