Initial commit: ThinkPHP refactor (tp)

Made-with: Cursor
This commit is contained in:
nepiedg
2026-04-02 02:13:12 +00:00
commit 166940d5a6
127 changed files with 22225 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
declare (strict_types = 1);
// API 应用中间件配置
return [
// 全局中间件
\app\api\middleware\CrossDomain::class,
];