站内搜索

搜索
手游资源
收藏本版 x21 |订阅

手游资源

今日: 24|主题: 902|排名: 3

所属分类: 游戏源码/服务端/一键端

排行

  • 日排行
  • 周排行
  • 月排行

Powered by 教私服论坛 © 2016-2024

if (!box || box.dataset.inited) return; box.dataset.inited = 1; /* 1. 检测文字(纯文本节点) */ var hasText = Array.from(box.childNodes).some( n => n.nodeType === Node.TEXT_NODE && /\S/.test(n.textContent) ); /* 2. 检测图片 */ var imgs = box.querySelectorAll( 'img[file],img[data-original],img[src*="attachment"],a[href*="attachment.php"]' ); /* 3. 无内容直接退出 */ if (!hasText && !imgs.length) return; /* 4. 插入文字标题(在首位) */ if (hasText) { var hText = document.createElement('h5'); hText.className = 'post-head'; hText.textContent = '资源说明'; box.insertBefore(hText, box.firstChild); } /* 5. 插入图片标题(在每个后,CSS让它视觉上在上) */ imgs.forEach(function (img, idx) { if (idx === 0) { // 只在第一张图前插一次 var hImg = document.createElement('h5'); hImg.className = 'post-head post-head-img'; hImg.textContent = '相关配图'; img.parentNode.insertBefore(hImg, img); } }); })();