输出:苏苏
时间: ‣
教程如下:
1、打开网页端「网易云音乐」
2、找到你喜欢的单曲/专辑
1)嵌入song(歌曲)
- 点击进入单曲——>点击「生成外链播放器」
- 复制HTML代码
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=1294066180&auto=1&height=66"></iframe>
- 对上述代码进行改写
- 模板
https://simple-notion-widgets.vercel.app/music-player/?server=netease&type=song&id= &list-folded
https://simple-notion-widgets.vercel.app/music-player/?server=netease&type=song&id=1294066180&list-folded
- 嵌入歌曲
- /embed ——>输入上述代码即可
2)其他内容如歌单(Playlist)、album、search、artist也是一样的道理
选项
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 |
加粗的部分作为 id,对应前面的 type
tencent
: QQ 音乐
netease
: 网易云音乐