UNPKG
nodebb-plugin-cloudmusic
Version:
latest (0.0.1)
0.0.1
A plugin about using netease cloudmusic(using <embed>).
nodebb-plugin-cloudmusic
/
plugin.json
13 lines
(12 loc)
•
229 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"id"
:
"nodebb-plugin-cloudmusic"
,
"description"
:
"Netease Music Iframe on Nodebb"
,
"library"
:
"./library.js"
,
"less"
:[]
,
"staticDirs"
:[]
,
"hooks"
: [ {
"hook"
:
"filter:parse.post"
,
"method"
:
"parse"
} ] }