Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

v3.1.0

Compare
Choose a tag to compare
@GoneTone GoneTone released this 04 Jan 07:31
· 1 commit to master since this release
334abcc

新增

  • 新增取得熱門排行電台頻道
/* 取得熱門排行電台頻道 */
hichannel.getRankingChannels().then((channels) => {
  console.log('熱門排行電台頻道:')
  console.log(channels)
})

調整

  • 取得正確的 m3u8 串流網址