Skip to content

Commit 307d2c7

Browse files
lyqliAkaiiKitsune
andcommitted
Save and display song modifiers on the webui (#36)
* 1. New feature: Save options into DB, So that user can see detail information in playing history. * 2. Fix defect:special_songs_data.json will not copy into bin folder. * 3. Replace some option images. * 4. Let user options show in the HighScores and PlayHistoryCard Pages. --------- Co-Authored-By: KIT! <norththelittlefox@gmail.com>
1 parent e547b18 commit 307d2c7

35 files changed

Lines changed: 755 additions & 18 deletions

GameDatabase/Entities/SongPlayDatum.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ public partial class SongPlayDatum
2424
public bool Skipped { get; set; }
2525
public DateTime PlayTime { get; set; }
2626

27+
public uint OptionSetting { get; set; } = 0;
28+
2729
public virtual UserDatum? Ba { get; set; }
2830
}

0 commit comments

Comments
 (0)