[ [ //插件名称 'name' => 'store', //店铺端展示分类 shop:营销活动 member:互动营销 'show_type' => 'tool', //展示主题 'title' => '门店管理', //展示介绍 'description' => '门店管理功能', //展示图标 'icon' => 'addon/store/icon.png', //跳转链接 'url' => 'store://shop/store/lists', ] ] ]; return $data; } }