yxksw / Butterfly-音乐胶囊实现
0 likes
0 forks
5 files
Last active 17 hours ago • Forked from LiuShen/Butterfly-音乐胶囊实现
🎵 音乐胶囊模块使用说明
本仓库提供了一个可集成到 Hexo 主题 liushen 的音乐胶囊播放器模块。模块包含四个主要部分:
- 主题配置文件
- 布局模板文件
- 样式文件
- 前端脚本
本文档将详细介绍它们的放置位置、引用方式和变量配置。
| 1 | #about-container |
| 2 | section.top-section |
| 3 | .top-content |
| 4 | .float-texts |
| 5 | each text, index in site.data.about.top_info.float_text.slice(0, 4) |
| 6 | .float-text(class=`float-text-${index + 1}`) #{text} |
| 7 | .avatar-container |
| 8 | img.no-lightbox.avatar(src=url_for(site.data.about.top_info.avatar) onerror=`this.onerror=null;this.src='` + url_for(theme.error_img.flink) + `'` alt="") |
| 9 | .float-texts |
| 10 | each text, index in site.data.about.top_info.float_text.slice(4, 8) |
Newer
Older