| 123456789101112131415161718192021 |
- <?php
- // +---------------------------------------------------------------------+
- // | NiuCloud | [ WE CAN DO IT JUST NiuCloud ] |
- // +---------------------------------------------------------------------+
- // | Copy right 2019-2029 www.niucloud.com |
- // +---------------------------------------------------------------------+
- // | Author | NiuCloud <niucloud@outlook.com> |
- // +---------------------------------------------------------------------+
- // | Repository | https://github.com/niucloud/framework.git |
- // +---------------------------------------------------------------------+
- return [
- 'name' => 'goodsgrab',
- 'title' => '商品采集',
- 'description' => '商品采集',
- 'type' => 'tool', //插件类型 system :系统插件(自动安装), promotion:扩展营销插件 tool:工具插件
- 'status' => 1,
- 'author' => '',
- 'version' => '4.1.8',
- 'version_no' => '202108240001',
- 'content' => '',
- ];
|