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.
30 lines
1.2 KiB
30 lines
1.2 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest>
|
|
<application>
|
|
<name><![CDATA[直播管理]]></name>
|
|
<identifie><![CDATA[live]]></identifie>
|
|
<version><![CDATA[1.0.0]]></version>
|
|
<type><![CDATA[expand]]></type>
|
|
<description><![CDATA[直播管理]]></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="live" do="liveList" actions='["do",["liveList","addLive"]]' iscover="true" />
|
|
<entry title="商品管理" ac="goods" do="goodsList" actions='["do",["goodsList","add","editGoods"]]'/>
|
|
</menu>
|
|
</agentmenu>
|
|
<systemmenu>
|
|
<menu title="直播管理" font="fa-inbox">
|
|
<entry title="直播管理" ac="live" do="liveList" actions='["do",["liveList","addLive"]]' iscover="true" />
|
|
<entry title="商品管理" ac="goods" do="goodsList" actions='["do",["goodsList","add","editGoods"]]'/>
|
|
<entry title="成员管理" ac="member" do="memberIndex" actions='["do",["memberIndex","addMember"]]'/>
|
|
</menu>
|
|
</systemmenu>
|
|
</manifest>
|