feat: init

This commit is contained in:
2024-12-20 18:03:35 +08:00
commit ec7b29a4fc
77 changed files with 2162 additions and 0 deletions

17
app/event.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [
],
];