M5: Workerman 常驻服务 + AI 审核/润色插件 + 支付插件(支付宝/微信/沙箱)+ 会员插件(套餐/订阅/付费文章)
This commit is contained in:
@@ -35,7 +35,10 @@ class PostContentRenderer
|
||||
? $this->toHtml($post->content)
|
||||
: $post->content;
|
||||
|
||||
return $this->renderShortcodes($content, $post);
|
||||
$html = $this->renderShortcodes($content, $post);
|
||||
|
||||
// 插件钩子:付费内容过滤、AI 处理等
|
||||
return app(\App\Blog\Support\PluginManager::class)->applyFilters('post.rendered', $html, $post);
|
||||
}
|
||||
|
||||
public function toHtml(string $markdown): string
|
||||
|
||||
Reference in New Issue
Block a user