config.php 197 B

12345678
  1. <?php
  2. return [
  3. // 默认输出类型
  4. 'default_return_type' => 'json',
  5. // 默认全局过滤方法 用逗号分隔多个
  6. 'default_filter' => 'trim,htmlspecialchars,filter_emoji',
  7. ];