-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
31 lines (31 loc) · 918 Bytes
/
manifest.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
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://www.we7.cc" versionCode="0.6">
<application setting="false">
<name><![CDATA[ftp文件上传]]></name>
<identifie><![CDATA[root_ftp]]></identifie>
<version><![CDATA[1.0]]></version>
<type><![CDATA[services]]></type>
<ability><![CDATA[用于上传文件到根目录]]></ability>
<description><![CDATA[用于上传文件到根目录]]></description>
<author><![CDATA[[email protected]]]></author>
<url><![CDATA[http://bbs.we7.cc/]]></url>
</application>
<platform>
<subscribes>
</subscribes>
<handles>
</handles>
<rule embed="false" />
<card embed="false" />
</platform>
<bindings>
<menu>
<entry title="立即上传" do="do" state="" direct="false" />
</menu>
</bindings>
<permissions>
</permissions>
<install><![CDATA[]]></install>
<uninstall><![CDATA[]]></uninstall>
<upgrade><![CDATA[]]></upgrade>
</manifest>