Skip to content

Commit

Permalink
feat: Change Meting API
Browse files Browse the repository at this point in the history
  • Loading branch information
kaygb committed Apr 22, 2023
1 parent 4cab8dc commit 5a03614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</style>
<script>
// 音乐设置
let meting_music_api = "https://api.mizore.cn/meting/api.php";// meting api
let meting_music_api = "https://meting.170601.xyz";// meting api
let music_server = "netease"; // 音乐服务:网易云 netease 参见 meting api支持的服务
let music_type = "playlist"; // 歌曲类型:歌单playlist 单首歌曲 song 专辑 album
let music_id = "20173709"; // 歌单ID或歌曲ID或者专辑ID 20173709 29732992
let music_id = "8362718673"; // 歌单ID或歌曲ID或者专辑ID 20173709 29732992
let music_order = "random"; // 音频循环顺序, 顺序播放: 'list', 随机播放:'random'
let music_mini = false; // mini模式 吸底模式开启后此选项实效 true / false
let music_fixed = false; // 吸底模式
Expand Down

0 comments on commit 5a03614

Please sign in to comment.