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 Oct 3, 2024
1 parent bbdd1ee commit 092caf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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_20240928170330.json", // Github Page 读取歌单的文件位置
githubAPI: "./static/music_list_20241003143113.json", // Github Page 读取歌单的文件位置
loadcount: 20, // 搜索结果一次加载多少条
method: "GET", // 数据传输方式(POST/GET)
defaultlist: 3, // 默认要显示的播放列表编号
Expand Down
File renamed without changes.

0 comments on commit 092caf6

Please sign in to comment.