启用后在contents表内添加likes字段,可通过<?php Like_Plugin::theLike(); ?>输出点赞图标(根据cookie识别重复点击),<?php Like_Plugin::theMostLiked(); ?>输出文章排行。
<?php Like_Plugin::theLike(); ?>
<?php Like_Plugin::theMostLiked(); ?>
更新面板说明与文档。