【操盘手】 优化点赞方案

This commit is contained in:
wong
2025-05-28 15:44:21 +08:00
parent ffbc6d5e77
commit f5ea0add60
2 changed files with 14 additions and 13 deletions

View File

@@ -30,4 +30,5 @@ return [
'workbench:autoLike' => 'app\command\WorkbenchAutoLikeCommand', // 工作台自动点赞任务
'workbench:moments' => 'app\command\WorkbenchMomentsCommand', // 工作台朋友圈同步任务
'sync:wechatData' => 'app\command\SyncWechatDataToCkbTask', // 同步微信数据到存客宝
'sync:allFriends' => 'app\command\SyncAllFriendsCommand', // 同步所有在线好友
];