1
0
mirror of synced 2024-11-23 22:41:01 +01:00

Add last play time

This commit is contained in:
asesidaa 2022-09-11 00:28:57 +08:00
parent cb3c5ca41f
commit 3b1f8e120e

View File

@ -87,6 +87,7 @@
<Column T="SongBestData" Field="@nameof(SongBestData.MissCount)" Title="Bad" Sortable="false"/>
<Column T="SongBestData" Field="@nameof(SongBestData.DrumrollCount)" Title="Drum Roll" Sortable="false"/>
<Column T="SongBestData" Field="@nameof(SongBestData.ComboCount)" Title="Max Combo" Sortable="false"/>
<Column T="SongBestData" Field="@nameof(SongBestData.LastPlayTime)" Title="Last Play Time"/>
</Columns>
<PagerContent>
<MudDataGridPager T="SongBestData"/>