wpfw_ewei_shopv2/plugin/messages/config.php
2023-02-14 19:57:32 +08:00

6 lines
370 B
PHP

<?php
if (!defined('IN_IA')) {
exit('Access Denied');
}
return array('version' => '1.0', 'id' => 'messages', 'name' => '消息群发', 'v3' => true, 'menu' => array('plugincom' => 1, 'items' => array(array('title' => '消息群发', 'route' => '', 'extends' => array('messages.run', 'messages.showsign')), array('title' => '模版设置', 'route' => 'template'))));