Skip to content

xxyangyoulin/typecho_plugin_material_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

typecho质感音乐播放器插件

使用:

Step 1.
下载插件,修改文件夹名称为MaterialPlayer, 移动到typecho项目usr/plugins目录下。
Step 2.
在需要的HTML文件位置插入:

<?php MaterialPlayer_Plugin::insert(); ?>

或者悬浮在网页上:

<?php MaterialPlayer_Plugin::fixed("30px", "30px", null); ?>

Step 3.
设置中启动插件。

效果预览: typecho.yangyoulin.com

nEx6HqbVmkRXao9

H76eyhdqUZnGTlP

注意:
网站音乐播放器需要ajax加载页面技术支持,否则跳转页面会中断音乐播放,严重影响体验!