You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
715 B
24 lines
715 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest>
|
|
<application>
|
|
<name><![CDATA[排行榜]]></name>
|
|
<identifie><![CDATA[ranklist]]></identifie>
|
|
<version><![CDATA[1.0.0]]></version>
|
|
<type><![CDATA[interact]]></type>
|
|
<description><![CDATA[排行榜]]></description>
|
|
<author><![CDATA[微连科技]]></author>
|
|
<url><![CDATA[http://www.weliam.cn/]]></url>
|
|
</application>
|
|
<setting>
|
|
<agent embed="false" />
|
|
<system embed="true" />
|
|
<task embed="false" />
|
|
</setting>
|
|
<agentmenu>
|
|
</agentmenu>
|
|
<systemmenu>
|
|
<menu title="排行榜" font="fa-inbox">
|
|
<entry title="排行榜" ac="rank" do="rank_list" actions='["do",["rank_list","rank_edit"]]' iscover="true" />
|
|
</menu>
|
|
</systemmenu>
|
|
</manifest>
|