-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.xml
40 lines (40 loc) · 1009 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
39
40
<?xml version="1.0" encoding="utf-8"?>
<plugin version="php">
<id>APlayer</id>
<name>APlayer for Z-BlogPHP</name>
<url>https://github.com/fghrsh/APlayer_for_Z-BlogPHP</url>
<note>APlayer - 超级好看的HTML5内嵌音乐播放器</note>
<description>https://www.fghrsh.net/post/77.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.4</version>
<pubdate>2016-06-02</pubdate>
<modified>2017-09-16</modified>
<price>0</price>
<phpver>5.2</phpver>
<advanced>
<dependency></dependency>
<rewritefunctions></rewritefunctions>
<existsfunctions>curl_init</existsfunctions>
<conflict></conflict>
</advanced>
<sidebars>
<sidebar1></sidebar1>
<sidebar2></sidebar2>
<sidebar3></sidebar3>
<sidebar4></sidebar4>
<sidebar5></sidebar5>
</sidebars>
</plugin>