Brak opisu
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.0KB

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' => 'Ask', // 插件标识
  15. 'name' => '易优问答', // 插件名称
  16. 'version' => 'v1.6.1', // 插件版本号
  17. 'min_version' => 'v1.3.8', // CMS最低版本支持
  18. 'author' => '陈风任', // 开发者
  19. 'description' => '快速搭建用户提问及回答的交互插件,分分钟打造网站问答系统。', // 插件描述
  20. 'litpic' => '/weapp/Ask/logo.png',
  21. 'scene' => '0', // 使用场景 0 PC+手机 1 手机 2 PC
  22. 'permission' => array(),
  23. );