info.php 1.0 KB

123456789101112131415161718192021
  1. <?php
  2. // +---------------------------------------------------------------------+
  3. // | NiuCloud | [ WE CAN DO IT JUST NiuCloud ]  |
  4. // +---------------------------------------------------------------------+
  5. // | Copy right 2019-2029 www.niucloud.com  |
  6. // +---------------------------------------------------------------------+
  7. // | Author | NiuCloud <niucloud@outlook.com>  |
  8. // +---------------------------------------------------------------------+
  9. // | Repository | https://github.com/niucloud/framework.git  |
  10. // +---------------------------------------------------------------------+
  11. return [
  12. 'name' => 'goodsgrab',
  13. 'title' => '商品采集',
  14. 'description' => '商品采集',
  15. 'type' => 'tool', //插件类型 system :系统插件(自动安装), promotion:扩展营销插件 tool:工具插件
  16. 'status' => 1,
  17. 'author' => '',
  18. 'version' => '4.1.8',
  19. 'version_no' => '202108240001',
  20. 'content' => '',
  21. ];