Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.php 1.1KB

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * 易优CMS
  4. * ============================================================================
  5. * 版权所有 2016-2028 海南赞赞网络科技有限公司,并保留所有权利。
  6. * 网站地址: http://www.eyoucms.com
  7. * ----------------------------------------------------------------------------
  8. * 如果商业用途务必到官方购买正版授权, 以免引起不必要的法律纠纷.
  9. * ============================================================================
  10. * Author: 小虎哥 <1105415366@qq.com>
  11. * Date: 2018-06-23
  12. */
  13. return array(
  14. 'code' => 'Baidushoulu', // 插件标识
  15. 'name' => '百度收录检测插件', // 插件名称
  16. 'version' => 'v1.0.0', // 插件版本号
  17. 'min_version' => 'v1.3.0', // CMS最低版本支持
  18. 'author' => '8U模板', // 开发者
  19. 'description' => '通过ajax查询文章页百度收录判断,能优化网页加载白屏时间!', // 插件描述
  20. 'litpic' => '/weapp/Baidushoulu/logo.png',
  21. 'scene' => '2', // 使用场景 0 PC+手机 1 手机 2 PC
  22. 'permission' => array(),
  23. );