推荐排行榜

perfect* 2019-01-31 19:03 阅读:1742 评论:1 推荐:1
perfect* 2018-10-25 15:24 阅读:7509 评论:0 推荐:1
perfect* 2018-10-24 23:50 阅读:1315 评论:0 推荐:1
perfect* 2018-08-03 23:12 阅读:495 评论:1 推荐:1
$(function() { $('#cnblogs_post_body img').each(function() { let imgSrc = $(this).attr('src'); let year = parseInt(imgSrc.substr(imgSrc.indexOf('g')+1,4)); if(year >= 2022){ imgSrc += `?watermark/2/text/amlndWl5YW4=/font/5a6L5L2T/fontsize/15/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast`; $(this).attr('src', imgSrc) } }) })