feat: 为 BeatLeader 和 ScoreSaber 添加通用歌曲 ID 获取方法

This commit is contained in:
lixiangwuxian
2025-03-08 20:35:53 +08:00
parent 7dbdaed21f
commit 8b4866b4d3
3 changed files with 165 additions and 53 deletions

View File

@@ -101,6 +101,7 @@ type RecordDataLite struct {
SongSubName string `json:"songSubName" db:"song_sub_name"`
SongAuthorName string `json:"songAuthorName" db:"song_author_name"`
SongHash string `json:"songHash" db:"song_hash"`
SongId string `json:"songId" db:"song_id"`
CoverImage string `json:"coverImage" db:"cover_image"`
DifficultyRaw string `json:"difficultyRaw" db:"difficulty_raw"`
Stars float64 `json:"stars" db:"stars"`