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.
32 lines
1.1 KiB
32 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest>
|
|
<application>
|
|
<name><![CDATA[集Call]]></name>
|
|
<identifie><![CDATA[call]]></identifie>
|
|
<version><![CDATA[1.0.0]]></version>
|
|
<type><![CDATA[interact]]></type>
|
|
<description><![CDATA[集Call活动,召集好友一起集call]]></description>
|
|
<author><![CDATA[微连科技]]></author>
|
|
<url><![CDATA[http://www.weliam.cn/]]></url>
|
|
</application>
|
|
<setting>
|
|
<agent embed="true" />
|
|
<system embed="true" />
|
|
<task embed="false" />
|
|
</setting>
|
|
<agentmenu>
|
|
<!--<menu title="基础设置" font="fa-inbox">-->
|
|
<!--<entry title="基础设置" ac="call" do="setting" />-->
|
|
<!--</menu>-->
|
|
<menu title="内容管理" font="fa-inbox">
|
|
<entry title="call活动列表" ac="call" do="callList" iscover="true"/>
|
|
<entry title="集call列表" ac="call" do="callLaunchList" />
|
|
</menu>
|
|
</agentmenu>
|
|
<systemmenu>
|
|
<menu title="内容管理" font="fa-inbox">
|
|
<entry title="call活动列表" ac="call" do="callList" iscover="true"/>
|
|
<entry title="集call列表" ac="call" do="callLaunchList" />
|
|
</menu>
|
|
</systemmenu>
|
|
</manifest>
|
|
|