view.php 463 B

123456789101112131415
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 模板设置
  4. // +----------------------------------------------------------------------
  5. return [
  6. 'tpl_replace_string' => [
  7. '__STATIC__' => '/static',
  8. '__MSTATIC__' => '/static/mobile',
  9. '__MCSS__' => '/static/mobile/css',
  10. '__MJS__' => '/static/mobile/js',
  11. '__MIMG__' => '/static/mobile/images',
  12. ],
  13. 'default_filter' => '',
  14. ];