M5: Workerman 常驻服务 + AI 审核/润色插件 + 支付插件(支付宝/微信/沙箱)+ 会员插件(套餐/订阅/付费文章)

This commit is contained in:
ak
2026-08-11 18:29:35 +08:00
parent f77c96d3aa
commit 1d1df43cee
52 changed files with 1914 additions and 20 deletions
@@ -68,6 +68,9 @@ class CommentController extends Controller
return $comment;
});
// 插件钩子:AI 审核等
app(\App\Blog\Support\PluginManager::class)->doAction('comment.created', $comment);
if ($status === 'pending') {
return back()->with('success', '评论已提交,等待审核通过后显示')->withFragment('comments');
}