2025-10-28

utils.jq(() => { $(function () { const reactions = { '+1': '👍', '-1': '👎', 'laugh': '😀', '...

2025-10-28

utils.jq(() => { $(function () { const el = document.querySelector('.ds-twikoo'); utils.onLoading(el); // 加载动...

2025-10-28

function getVoteKey(id) { return `vote-${id}`; } function hasVoted(id) { return !!localStorage.getItem(getVoteKey(id)); ...

2025-10-28

utils.jq(() => { $(function () { const els = document.getElementsByClassName('ds-waline'); for (var i = 0; i ...

2025-10-28

utils.jq(() => { $(function () { const els = document.getElementsByClassName('ds-weibo'); for (var i = 0; i < els.l...

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, yo...

123