Skip to content

Commit

Permalink
Merge branch 'custom' of github.com:lyy289065406/music-library into c…
Browse files Browse the repository at this point in the history
…ustom
  • Loading branch information
lyy289065406 committed Sep 28, 2024
2 parents 9318b4f + b0e80d6 commit a9492aa
Show file tree
Hide file tree
Showing 2 changed files with 1,607 additions and 1,581 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_20240917095510.json", // Github Page 读取歌单的文件位置
githubAPI: "./static/music_list_20240917125131.json", // Github Page 读取歌单的文件位置
loadcount: 20, // 搜索结果一次加载多少条
method: "GET", // 数据传输方式(POST/GET)
defaultlist: 3, // 默认要显示的播放列表编号
Expand Down
Loading

0 comments on commit a9492aa

Please sign in to comment.