first commit

This commit is contained in:
2025-12-17 11:06:13 +08:00
commit c82c59e040
41 changed files with 926 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
// 中间件配置
return [
// 别名或分组
'alias' => [],
// 优先级设置,此数组中的中间件会按照数组中的顺序优先执行
'priority' => [],
];