KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
hexo-tag-cloudmusic
★ 38
Open GitHub ↗
一个为Hexo编写的网易云音乐标签插件
Download README (.md)
Explore Similar Repositories
redblade
:
Redis ORM/Index Helper
socialicons
:
:panda_face:Social SVG / TTF Icons Illustrator Files Included:dragon:
dumbugger
:
Automatically google for similar JavaScript errors when thrown.
pyemojify
:
Substitutes emoji aliases to emoji raw characters. Simple but sweet :smile:
microservices-iot-azure
:
Microservices, IoT and Azure Reference Implementation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hexo-tag-cloudmusic
?
Download (.md)
# hexo-tag-cloudmusic 这是一个为Hexo编写的网易云音乐标签插件 ## 概述 hexo-tag-cloudmusic是一个为Hexo编写的网易云音乐标签插件,它允许你以标签的形式在页面和文章中插入网易云音乐的widget。它支持iframe和embed两种形式的widget,你只需要在页面或者文章中使用{% cloudmusic sid%}这样的结构就可以在网页中展示一个网易云音乐的widget,这里的sid可以是单曲的ID或者是歌单的ID,一切都取决于你。在博客的配置文件中你可以进一步配置该插件的具体细节。 ## 安装 安装hexo-tag-music非常地简单,你只需要使用下面的命令: ``` npm install hexo-tag-cloudmusic --save ``` ## 配置 ``` # CloudMusic widgetType: flash ## It can be embed or iframe widgetSize: small ## It can be small or large autoPlay: 0 ## It can be 0 to set autoPlay disable or 1 to set autoPlay enable ``` ## 使用 例如下列标记可以快速地插入这首[歌](http://music.163.com/#/song?id=20744792) ``` {% cloudmusic 20744792 %} ```