This commit is contained in:
zimoyin
2026-04-03 15:34:04 +08:00
parent 1a84e92384
commit 673c83109f
5 changed files with 894 additions and 247 deletions
+1
View File
@@ -105,6 +105,7 @@ return [
&& str_contains($step['file'], 'support') === false
&& str_contains($step['file'], 'monolog') === false
&& str_contains($step['file'], 'Logger') === false
&& str_contains($step['file'], 'vendor') === false
) {
// 获取文件路径(简化为项目内相对路径)
$file = $step['file'];