12345678910111213141516171819 |
- <?php
- /// +----------------------------------------------------------------------
- // | [后台配置中心]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2018-2019 ,Lioc All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
- // +----------------------------------------------------------------------
- // | Author: Mr Table <admin@hjf.pw>
- // +----------------------------------------------------------------------
- return [
- '__JS__' => '/static/js',
- '__ASSETS__' => '/static/assets',
- '__CSS__' => '/static/css',
- '__IMAGES__' => '/static/img',
-
- ];
|