文本聊天已完成

This commit is contained in:
2025-06-26 15:41:29 +08:00
parent 9f0ef4cc26
commit 16e028e50e
14 changed files with 574 additions and 450 deletions

View File

@@ -14,6 +14,7 @@ Route::group([
], function () {
cc_auto_route_register([
'im' => \App\Http\Controllers\ImController::class,
'user' => \App\Http\Controllers\UserController::class,
]);
});