music
playlist
<!-- 简单示例 (id, server, type) --> |
选项 | 默认值 | 描述 |
---|---|---|
id | 必须值 | 歌曲 id / 播放列表 id / 相册 id / 搜索关键字 |
server | 必须值 | 音乐平台: netease , tencent , kugou , xiami , baidu |
type | 必须值 | song , playlist , album , search , artist |
mode | circulation |
列表播放模式, circulation , random , single , order |
autoplay | true |
自动播放,移动端浏览器暂时不支持此功能 |
mutex | true |
该选项开启时,如果同页面有其他 aplayer 播放,该播放器会暂停 |
listmaxheight | 340px |
播放列表的最大长度 |
preload | auto |
音乐文件预载入模式,可选项: none , metadata , auto |
theme | #ad7a86 |
播放器风格色彩设置 |
video
emoji
😜🐧💻😍🐬🥘
https://www.emojicopy.com/
image
![photo_alt](photo_url "photo_title") |
https://github.com/iissnan/hexo-theme-next/pull/279
gallery
photos: |
效果:
note
default
<div class="note default"><p>default</p></div> |
primary
<div class="note primary"><p>primary</p></div> |
success
<div class="note success"><p>success</p></div> |
info
<div class="note info"><p>info</p></div> |
warning
<div class="note warning"><p>warning</p></div> |
danger
<div class="note danger"><p>danger</p></div> |
<div class="note danger no-icon"><p>danger no-icon</p></div> |
label
default{% label default@default %} |
{% label primary@primary %} |
{% label success@success %} |
{% label info@info %} |
{% label warning@warning %} |
{% label danger@danger %} |