From 092caf64af3408f839cc31e4e4739f3a410b079d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Oct 2024 14:31:14 +0000 Subject: [PATCH] Update music list --- js/player.js | 2 +- ..._list_20240928170330.json => music_list_20241003143113.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{music_list_20240928170330.json => music_list_20241003143113.json} (100%) diff --git a/js/player.js b/js/player.js index 1c28f8f..d37217a 100644 --- a/js/player.js +++ b/js/player.js @@ -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, // 默认要显示的播放列表编号 diff --git a/static/music_list_20240928170330.json b/static/music_list_20241003143113.json similarity index 100% rename from static/music_list_20240928170330.json rename to static/music_list_20241003143113.json