[ [ //插件名称 'name' => 'giftcard', //展示分类(根据平台端设置,admin(平台营销),shop:店铺营销,member:会员营销, tool:应用工具) 'show_type' => 'shop', //展示主题 'title' => '礼品卡', //展示介绍 'description' => '购买礼品,赠送好友', //展示图标 'icon' => 'addon/giftcard/icon.png', //跳转链接 'url' => 'giftcard://shop/giftcard/lists', ] ] ]; return $data; } }