开始自动更新架构

This commit is contained in:
2023-09-18 18:06:40 +08:00
parent c7426e4094
commit 01db0f9956
10 changed files with 53 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ $event = [
],
];
$listen = include __DIR__ . '/listen.php';
$listen = include __DIR__ . '/app/common/app/listen.php';
$event['listen'] = array_merge($event['listen'], $listen);