test
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.
 
 
 
 
 
 

43 lines
1.8 KiB

<?xml version="1.0" encoding="utf-8"?>
<manifest>
<application>
<name><![CDATA[幸运抽奖]]></name>
<identifie><![CDATA[draw]]></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="draw" do="index" actions='["do",["index","add","edit"]]' iscover="true" />
<entry title="奖品管理" ac="goods" do="goodsIndex" actions='["do",["goodsIndex","goodsAdd","goodsEdit"]]'/>
</menu>
<menu title="中奖管理" font="fa-inbox">
<entry title="中奖管理" ac="prize" do="prizeIndex" actions='["do",["prizeIndex"]]' />
<entry title="用户管理" ac="user" do="userIndex" actions='["do",["userIndex"]]'/>
</menu>
<menu title="基本设置" font="fa-inbox">
<entry title="基本设置" ac="draw" do="set" actions='["do",["set"]]'/>
</menu>
</agentmenu>
<systemmenu>
<menu title="活动管理" font="fa-inbox">
<entry title="活动管理" ac="draw" do="index" actions='["do",["index","add","edit"]]' iscover="true" />
<entry title="奖品管理" ac="goods" do="goodsIndex" actions='["do",["goodsIndex","goodsAdd","goodsEdit"]]'/>
</menu>
<menu title="中奖管理" font="fa-inbox">
<entry title="中奖管理" ac="prize" do="prizeIndex" actions='["do",["prizeIndex"]]' />
<entry title="用户管理" ac="user" do="userIndex" actions='["do",["userIndex"]]'/>
</menu>
<menu title="基本设置" font="fa-inbox">
<entry title="基本设置" ac="draw" do="set" actions='["do",["set"]]'/>
</menu>
</systemmenu>
</manifest>