Нема описа
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.

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' => 'Systemdoctor', // 插件标识
  15. 'name' => '易优系统助手', // 插件名称
  16. 'version' => 'v1.4.3', // 插件版本号
  17. 'min_version' => 'v1.0.0', // CMS最低版本支持
  18. 'author' => '小虎哥', // 开发者
  19. 'description' => '诊断系统,自行修复疑难杂症,或提供相应的解决教程', // 插件描述
  20. 'litpic' => '/weapp/Systemdoctor/logo.png',
  21. 'scene' => '0', // 使用场景 0 PC+手机 1 手机 2 PC
  22. 'permission' => array(),
  23. );