feat: 为 BeatLeader 和 ScoreSaber 添加通用歌曲 ID 获取方法
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user