{"slug":"post_badge","name":"示例插件 · 关键词标记","version":"1.1.0","author":"辉夜","description":"演示「数据库 + 定时任务 + 设置 + 过滤器 + 熔断」：命中关键词的帖子加标记，并记录统计。","requires":{"core":">=1.0.0","php":">=7.4"},"capabilities":["db","admin_ui"],"priority":20,"settings":[{"key":"keyword","label":"关键词","type":"text","default":"失物招领","help":"帖子内容包含该词时加标记"},{"key":"badge_text","label":"标记文字","type":"text","default":"重要","help":"留空则使用关键词"},{"key":"enabled","label":"启用标记","type":"switch","default":"1"}],"cron":[{"key":"rollup","interval":3600}],"hooks":["post_card_html","moderation_words"],"admin":{"title":"关键词标记统计","icon":"fa-tags","desc":"查看各关键词命中次数"},"lifecycle":{"install":"lifecycle.php:onInstall","uninstall":"lifecycle.php:onUninstall"}}