Shiki
Results
1
comments of
Shiki
```script hexo.extend.filter.register('theme_inject', injects => { let theme = hexo.theme.config; if (!theme.valine.enable || !theme.valine.appid || !theme.valine.appkey) return; injects.postMeta.raw('valine', ` {% if post.comments and (is_post() or theme.valine.comment_count) %} ${iconText('comment-o', '评论数')} {% endif...