Skip to content

Commit

Permalink
Merge pull request Binaryify#1836 from WooMai/master
Browse files Browse the repository at this point in the history
更新获取歌曲详情接口的 TypeScript 定义与文档,增加 Hi-Res 类型
  • Loading branch information
Binaryify authored Nov 10, 2023
2 parents 4755df8 + 18812ab commit b143af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2263,6 +2263,7 @@ crbt: Option<String>, None或字符串表示的十六进制,功能未知
cf: Option<String>, 空白字串或者None,功能未知
al: Album, 专辑,如果是DJ节目(dj_type != 0)或者无专辑信息(single == 1),则专辑id为0
dt: u64, 歌曲时长
hr: Option<Quality>, Hi-Res质量文件信息
sq: Option<Quality>, 无损质量文件信息
h: Option<Quality>, 高质量文件信息
m: Option<Quality>, 中质量文件信息
Expand Down
2 changes: 1 addition & 1 deletion interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ type SongDetail = {
m: SongDetailQuality | null
l: SongDetailQuality | null
sq: SongDetailQuality | null
hr: unknown
hr: SongDetailQuality | null
a: unknown | null
cd: string
no: number
Expand Down

0 comments on commit b143af5

Please sign in to comment.