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 Aug 10, 2024
2 parents 878b3bd + 210d611 commit 3236ce8
Show file tree
Hide file tree
Showing 2 changed files with 2,084 additions and 2,084 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_20240720060431.json", // Github Page 读取歌单的文件位置
githubAPI: "./static/music_list_20240805084346.json", // Github Page 读取歌单的文件位置
loadcount: 20, // 搜索结果一次加载多少条
method: "GET", // 数据传输方式(POST/GET)
defaultlist: 3, // 默认要显示的播放列表编号
Expand Down
Loading

0 comments on commit 3236ce8

Please sign in to comment.