MoePlayer / hexo-tag-dplayer

Embed dplayer in Hexo posts/pages
MIT License
207 stars 30 forks source link

求帮助 #25

Closed mxdlsm closed 5 years ago

mxdlsm commented 5 years ago

本人小白,不太明吧,我是在一个自定义的ejs文件里怎么用呀,我把定制下面那些代码拷贝进去怎么什么都不显示呀?

dixyes commented 5 years ago

不用动ejs,在你的博客目录(hexo s和hexo g的目录)执行npm install hexo-tag-dplayer --save来安装

在md里面使用{% dplayer key=value ... %}来嵌入dplayer,用法见https://github.com/MoePlayer/hexo-tag-dplayer#usage

mxdlsm commented 5 years ago

只能用md么?不想嵌入到文章里,我想要实现这种效果,直接在html上显示。不用写ejs?

_20181107194849
dixyes commented 5 years ago

直接使用video元素或者dplayer

hexo插件只提供dplayer tag的渲染

mxdlsm commented 5 years ago

嗷嗷,那下面的定制是什么意思?