更新代码

This commit is contained in:
2025-05-19 17:34:40 +08:00
parent 1587524031
commit 7bd072add9
32 changed files with 1465 additions and 139 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ return [
// 是否强制使用路由
'url_route_must' => false,
// 合并路由规则
'route_rule_merge' => false,
'route_rule_merge' => true,
// 路由是否完全匹配
'route_complete_match' => false,
// 使用注解路由
@@ -68,7 +68,7 @@ return [
// 空控制器名
'empty_controller' => 'Error',
// 是否使用控制器后缀
'controller_suffix' => false,
'controller_suffix' => true,
// 访问控制器层名称
'controller_layer' => 'controller',
// 默认控制器名