app.php 764 B

12345678910111213141516171819
  1. <?php
  2. /// +----------------------------------------------------------------------
  3. // | [后台配置中心]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2018-2019 ,Lioc All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +----------------------------------------------------------------------
  9. // | Author: Mr Table <admin@hjf.pw>
  10. // +----------------------------------------------------------------------
  11. return [
  12. '__JS__' => '/static/js',
  13. '__ASSETS__' => '/static/assets',
  14. '__CSS__' => '/static/css',
  15. '__IMAGES__' => '/static/img',
  16. ];