config.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2013-2017 http://www.thinkcmf.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Author: WelkinVan <welkinvan@qq.com>
  8. // +----------------------------------------------------------------------
  9. return [
  10. 'logo' => [
  11. 'title' => '公司LOGO',
  12. 'type' => 'image',
  13. 'value' => '',
  14. 'tip' => '公司LOGO'
  15. ],
  16. 'copyright' => [
  17. 'title' => '版权',
  18. 'type' => 'text',
  19. 'value' => '广州火树网络科技有限公司',
  20. 'tip' => '登录页版权信息'
  21. ],
  22. 'links' => [
  23. 'title' => '版权链接地址',
  24. 'type' => 'text',
  25. 'value' => 'http://www.huosdk.com',
  26. 'tip' => '版权链接地址'
  27. ],
  28. 'image1' => [
  29. 'title' => '后台背景图一',
  30. 'type' => 'image',
  31. 'value' => '',
  32. 'tip' => '后台背景图一'
  33. ],
  34. 'image2' => [
  35. 'title' => '后台背景图二',
  36. 'type' => 'image',
  37. 'value' => '',
  38. 'tip' => '后台背景图二'
  39. ],
  40. 'image3' => [
  41. 'title' => '后台背景图三',
  42. 'type' => 'image',
  43. 'value' => '',
  44. 'tip' => '后台背景图三'
  45. ],
  46. ];