9 lines
146 B
PHP
Raw Normal View History

2025-02-28 09:29:43 +08:00
<?php
//配置文件
return [
'url_common_param' => true,
'url_html_suffix' => '',
'controller_auto_search' => true,
];