更新结构

This commit is contained in:
2025-04-24 11:55:12 +08:00
parent 8444433e5b
commit 9a51adf2e8
178 changed files with 2115 additions and 13484 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
use app\AppService;
// 系统服务定义文件
// 服务在完成全局初始化之后执行
return [
AppService::class,
];