好友切换

This commit is contained in:
wong
2026-01-13 10:20:33 +08:00
parent 9eeaaa70c4
commit 3e8b607948
5 changed files with 333 additions and 29 deletions

View File

@@ -47,4 +47,7 @@ return [
// 统一任务调度器
'scheduler:run' => 'app\command\TaskSchedulerCommand', // 统一任务调度器,支持多进程并发执行
// 检查未读/未回复消息并自动迁移好友
'check:unread-message' => 'app\command\CheckUnreadMessageCommand', // 检查未读/未回复消息并自动迁移好友
];