Skip to content

Commit

Permalink
Update music list
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 16, 2024
1 parent 70a7263 commit aae8b8a
Show file tree
Hide file tree
Showing 2 changed files with 1,951 additions and 1,938 deletions.
2 changes: 1 addition & 1 deletion js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 播放器功能配置
var mkPlayer = {
api: "api.php", // api地址(废弃,Github Page 不支持)
githubAPI: "./static/music_list_20240218062404.json", // Github Page 读取歌单的文件位置
githubAPI: "./static/music_list_20240316170223.json", // Github Page 读取歌单的文件位置
loadcount: 20, // 搜索结果一次加载多少条
method: "GET", // 数据传输方式(POST/GET)
defaultlist: 3, // 默认要显示的播放列表编号
Expand Down
Loading

0 comments on commit aae8b8a

Please sign in to comment.