更新结构

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
+10
View File
@@ -0,0 +1,10 @@
<?php
// +----------------------------------------------------------------------
// | Trace设置 开启调试模式后有效
// +----------------------------------------------------------------------
return [
// 内置Html和Console两种方式 支持扩展
'type' => 'Html',
// 读取的日志通道名
'channel' => '',
];