-
Notifications
You must be signed in to change notification settings - Fork 5
/
plugin.xml
38 lines (38 loc) · 941 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<plugin version="php">
<id>DPlayer</id>
<name>DPlayer for Z-BlogPHP</name>
<url>https://github.com/fghrsh/DPlayer_for_Z-BlogPHP</url>
<note>DPlayer - 超级好看的HTML5弹幕视频播放器</note>
<description>https://www.fghrsh.net/post/57.html</description>
<path>main.php</path>
<include>include.php</include>
<level>1</level>
<author>
<name>FGHRSH</name>
<email>[email protected]</email>
<url>https://www.fghrsh.net/</url>
</author>
<source>
<name></name>
<email></email>
<url></url>
</source>
<adapted>140614</adapted>
<version>1.8</version>
<pubdate>2016-05-30</pubdate>
<modified>2017-06-14</modified>
<price>0</price>
<advanced>
<dependency></dependency>
<rewritefunctions></rewritefunctions>
<conflict></conflict>
</advanced>
<sidebars>
<sidebar1></sidebar1>
<sidebar2></sidebar2>
<sidebar3></sidebar3>
<sidebar4></sidebar4>
<sidebar5></sidebar5>
</sidebars>
</plugin>