var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?42e0bf6f9c6e1cddb722226be67fbbb5";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
(function(){
if(!document.body||!document.body.classList.contains('single-post'))return;
var t=document.querySelector('h1.post-title,.article-title h1,h1.entry-title')||{};
var title=t.textContent?t.textContent.trim():document.title;
var url=location.href;
var dm=document.querySelector('meta[name="description"]');
var desc=dm?dm.getAttribute('content'):'';
var km=document.querySelector('meta[name="keywords"]');
var kw=km?km.getAttribute('content'):'';
var img=document.querySelector('.article-content img,.entry-content img,.post-content img');
var imgURL=img?img.src:'https://img.zlge.cn/wp-content/uploads/2026/05/资料阁logo设计.png';
var site='资料阁';
var logo='https://img.zlge.cn/wp-content/uploads/2026/05/logo.png';
function addMeta(attr,name,val){if(!val||document.querySelector('meta['+attr+'="'+name+'"]'))return;var m=document.createElement('meta');m.setAttribute(attr,name);m.setAttribute('content',val);document.head.appendChild(m);}
addMeta('property','og:type','article');
addMeta('property','og:title',title);
addMeta('property','og:description',desc);
addMeta('property','og:url',url);
addMeta('property','og:image',imgURL);
addMeta('property','og:site_name',site);
addMeta('property','article:author',site);
addMeta('name','twitter:card','summary_large_image');
addMeta('name','twitter:title',title);
addMeta('name','twitter:description',desc);
addMeta('name','twitter:image',imgURL);
var dt=document.querySelector('time[datetime]');
var ld={'@context':'https://schema.org','@type':'Article','headline':title,'description':desc,'url':url,'image':imgURL,'author':{'@type':'Organization','name':site},'publisher':{'@type':'Organization','name':site,'logo':{'@type':'ImageObject','url':logo}},'mainEntityOfPage':{'@type':'WebPage','@id':url}};
if(dt)ld.datePublished=dt.getAttribute('datetime');
if(kw)ld.keywords=kw;
var s=document.createElement('script');s.type='application/ld+json';s.textContent=JSON.stringify(ld);document.head.appendChild(s);
if(desc&&!document.querySelector('.post-intro-guide')){var c=document.querySelector('.article-content,.entry-content,.post-content');if(c){var d=document.createElement('div');d.className='post-intro-guide';d.style.cssText='background:#f0f5ff;border-left:3px solid #4080ff;padding:12px 16px;margin:0 0 20px;border-radius:4px;font-size:14px;color:#555;line-height:1.8;';d.innerHTML='导读:'+desc;c.insertBefore(d,c.firstChild);}}
})();