mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
- Add Chart Preview - Add Drum Type dropdown when the "drums" instrument is selected - Add Min/Max Year to advanced search - Add Track Hash to advanced search - Add "Download Video Backgrounds" setting - Updated and improved detected chart issues
10 lines
247 B
HTML
10 lines
247 B
HTML
<div class="flex gap-2 items-center">
|
|
<img class="w-11 h-11" src="https://static.enchor.us/instrument-{{ instrument }}.png" />
|
|
<div class="leading-4">
|
|
<span>Diff: {{ getDiff() }}</span>
|
|
<div>
|
|
{{ getEMHXString() }}
|
|
</div>
|
|
</div>
|
|
</div>
|