Music Player
- 通过 QQ 音乐歌单 id 来获取播放列表。
https://simple-notion-widgets.vercel.app/music-player/?server=tencent&type=playlist&id=7888484143
- 通过网易云专辑 id 获取播放列表,设置列表高度,防止出现浏览器的滚动条,一格可认为是 32。
https://simple-notion-widgets.vercel.app/music-player/?server=netease&type=album&id=34555329&list-max-height=96
- 通过网易云音乐歌曲 id 来获取,开启黑暗模式。
https://simple-notion-widgets.vercel.app/music-player/?server=netease&type=song&id=28285910&dark
选项
option | default | description |
server | require | 音乐平台 netease , tencent |
type | require | 类型 song , playlist , album , search , artist |
id | require | song id playlist id album id search keyword artist |
dark | false | 黑暗模式,加上 dark 就会生效,不用 dark=true |
theme | #2980b9 | 主色调,不包括背景色 |
loop | all | 循环模式 all , one , none |
order | list | 播放顺序 list , random |
preload | auto | 预加载 none , metadata , auto |
volume | 0.7 | 默认音量,如果手动修改了音量,则该设置无效 |
list-folded | false | 列表默认折叠 |
list-max-height | 340px | 列表最大高度 |
storage-name | metingjs | 存储播放器设置的 localStorage key |