<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://bbs.heirui.cn" versionCode="0.6,0.7,0.8,1.0">
	<application setting="false">
		<name><![CDATA[微信拼车]]></name>
		<identifie><![CDATA[wx_carpool]]></identifie>
		<version><![CDATA[2.9]]></version>
		<type><![CDATA[business]]></type>
		<ability><![CDATA[一款微信端的拼车插件]]></ability>
		<description><![CDATA[一款微信端的拼车插件]]></description>
		<author><![CDATA[黑锐微鱼应用市场]]></author>
		<url><![CDATA[http://bbs.heirui.cn]]></url>
	</application>
	<platform>
		<subscribes>
		</subscribes>
		<handles>
			<message type="text" />
		</handles>
		<rule embed="true" />
		<card embed="false" />
	</platform>
	<bindings>
		<cover>
			<entry title="拼车首页" do="index" state="" direct="true" />
		</cover>
		<menu>
			<entry title="评论管理" do="manager7" state="" direct="false" />
			<entry title="轮播图片设置" do="carousel" state="" direct="false" />
			<entry title="参数配置" do="manager2" state="" direct="false" />
			<entry title="用户管理" do="manager3" state="" direct="false" />
			<entry title="信息管理" do="manager4" state="" direct="false" />
			<entry title="支付管理" do="manager5" state="" direct="false" />
		</menu>
		<home>
			<entry title="拼车首页" do="index" state="" direct="true" />
		</home>
	</bindings>
	<permissions>
	</permissions>
	<install><![CDATA[inc/heirui/install.php]]></install>
	<uninstall><![CDATA[inc/heirui/uninstall.php]]></uninstall>
	<upgrade><![CDATA[inc/heirui/update.php]]></upgrade>
</manifest>