| 123456789101112131415 |
- <?php
- // +----------------------------------------------------------------------
- // | 模板设置
- // +----------------------------------------------------------------------
- return [
- 'tpl_replace_string' => [
- '__STATIC__' => '/static',
- '__MSTATIC__' => '/static/mobile',
- '__MCSS__' => '/static/mobile/css',
- '__MJS__' => '/static/mobile/js',
- '__MIMG__' => '/static/mobile/images',
- ],
- 'default_filter' => '',
- ];
|