[ [ //插件名称 'name' => 'servicer', //展示分类(根据平台端设置,shop:店铺营销,member:会员营销, tool:应用工具) 'show_type' => 'tool', //展示主题 'title' => '客服', //展示介绍 'description' => '在线与客户进行沟通', //展示图标 'icon' => 'addon/servicer/icon.png', //跳转链接 'url' => 'servicer://shop/servicer/index', ] ] ]; return $data; } }