<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	!window.$ &amp;&amp; document.writeln('&lt;script src="https://ha.huatu.com/zt/js/jquery-2.1.4.min.js"&gt;&lt;\/script&gt;')

	var phoneReg = new RegExp("(^|&amp;)phone=([^&amp;]*)(&amp;|$)", "i");
	var r = window.location.search.substring(1).match(phoneReg);
	if (r != null &amp;&amp; /^0?1[3465789]\d{9}$/.test(decodeURI(r[2]))){
		localStorage.setItem("ht_mobile",decodeURI(r[2]))
	}
	
	var articleTitle = document.querySelector('title').innerText || ''
	document.querySelector('.bread') &amp;&amp; (articleTitle += document.querySelector('.bread').innerText)
	document.querySelector('.crumbsNav') &amp;&amp; (articleTitle += document.querySelector('.crumbsNav').innerText)
	//匹配文章页地址
	if (location.href.search(/com\/20[0-9]{2}\//i) != -1) {
        //移动端跳转
        if (/mobile|Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent) &amp;&amp; location.href.search(/\/\/m\./i) == -1) {
            location.href = location.href.replace("https://", "https://m.");
        }
    
        if(articleTitle.indexOf('问答') == -1){
            //addFloatRight()
            //articleGroupAdd()
            document.writeln('&lt;script charset="utf-8" src="https://ha.huatu.com/zt/book/js/book_float_left.js"&gt;&lt;\/script&gt;')
        }
	}

  //  if(articleTitle.indexOf('问答') == -1 &amp;&amp; location.href.indexOf('weixin/public')==-1){
     //   document.writeln('&lt;script charset="utf-8" src="https://ha.huatu.com/zt/article_spread/js/service.js"&gt;&lt;\/script&gt;')
   // }

    //添加右侧飘窗
    function addFloatRight(url, img) {
        url = url || 'https://ha.huatu.com/zt/gufen/'
        img = img || 'http://u3.huatu.com/uploads/allimg/230226/660670-2302261545400-L.png'

        var addFloatRightTimes = localStorage.getItem('addFloatRight') ? localStorage.getItem('addFloatRight') : 0;
        if (addFloatRightTimes &lt; 2) {
            document.body.appendChild(document.createElement('div')).innerHTML = '&lt;div style="background-color:rgba(0,0,0,.7);position: fixed;top: 0;  left: 0; bottom: 0; right: 0; width: 100%; height: 100%;text-align:center;z-index:9999;display:flex;justify-content: center;align-items: center;"&gt;&lt;div style="max-width:300px;margin:0 auto;position:relative;"&gt;&lt;img class="close" src="https://ha.huatu.com/zt/2022zshxyzpzw/images/icon-close02.png" onclick="this.parentElement.parentElement.remove();document.querySelector(\'#float_skgufen\').style.display=\'block\';" style="width:20px;height:20px;position: absolute;right: -10px; top: -10px;cursor:pointer;" /&gt;&lt;a href="' + url + '" target="_blank"&gt;&lt;img src="' + img + '" width="100%"&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="float_skgufen" style="max-width:' + (document.body.clientWidth &gt; 750 ? 170 : 70) + 'px;margin:0 auto;position:fixed;bottom:20%;right:0;z-index:99;display:none;"&gt;&lt;img class="close" src="https://ha.huatu.com/zt/2022zshxyzpzw/images/icon-close02.png" onclick="this.parentElement.parentElement.remove()" style="width:20px;height:20px;position: absolute;right: 0; top: -20px;cursor:pointer;" /&gt;&lt;a href="' + url + '" target="_blank"&gt;&lt;img src="' + img + '" width="100%" alt="省考估分右侧飘窗"&gt;&lt;/a&gt;&lt;/div&gt;';
            localStorage.setItem('addFloatRight', parseInt(addFloatRightTimes) + 1)
        }
    }

	//文章页内容底部添加备考群
	function articleGroupAdd() {
	  var articleExamtype = articleTitle.match(/选调生|特岗|考研|教师资格|教师|公务员|军队文职|事业单位|银行|遴选|医疗|三支一扶|资格证|警/)

	  var articleGroupImg = 'https://u3.huatu.com/henan/xfc/qun_gwy.jpg'
	  if (['事业单位', '黄委会', '国家电网', '烟草'].indexOf(articleExamtype[0]) &gt; 0) {
		articleGroupImg = 'https://u3.huatu.com/henan/xfc/qun_sydw.jpg'
	  } else if (['教师', '特岗', '教师资格', '教资'].indexOf(articleExamtype[0]) &gt; 0) {
		articleGroupImg = 'https://u3.huatu.com/henan/xfc/qun_jiaoshi.jpg'
	  } else if (['资格证'].indexOf(articleExamtype[0]) &gt; 0) {
		articleGroupImg = 'https://u3.huatu.com/henan/xfc/qun_zyzg.jpg'
	  }

	  var articleGroupHtml = document.createElement('div')
	  articleGroupHtml.innerHTML = '&lt;p style="text-align:center;"&gt;&lt;img src="' + articleGroupImg + '" width="95%" alt="备考交流群"&gt;&lt;/p&gt;'

	  var articleNode = document.querySelector('.coursePage') || document.querySelector('.artBcon')
	  !!articleNode &amp;&amp; articleNode.parentNode.insertBefore(articleGroupHtml, articleNode)
	  !articleNode &amp;&amp; document.querySelector('.art-wrap') &amp;&amp; document.querySelector('.art-wrap').appendChild(articleGroupHtml)
	}
	
	if(new Date().getSeconds()%3==0 &amp;&amp; typeof(jQuery) != 'undefined'){
		$.post("https://ha.huatu.com/api/xd/updateList/",{act:"ht"});
	}

	if(new Date().getSeconds()%2==0 &amp;&amp; typeof(jQuery) != 'undefined'){
		$.post("https://ha.huatu.com/api/gkbmrs/update/",{act:"ht"});
	}


	if(location.href.search('https://m.')!=-1 &amp;&amp; location.host!='m.ha.huatu.com' &amp;&amp; articleTitle.indexOf('问答') == -1){
		$('article').append('&lt;style&gt;.mt-3{margin-top:3px}.flex{display:flex}.grid{display:grid}.h-150px{height:150px}.h-100px{height:100px}.w-full{width:100%}.cursor-pointer{cursor:pointer}.xd-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:5px}.overflow-hidden{overflow:hidden}.rounded{border-radius:5px}.border{border: solid 1px #ddd;}.border-t{border-top-width:1px}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-contain{background-size:contain}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.p-1{padding:1px}.pb-0{padding-bottom:0px}.text-16px{font-size:16px}.leading-tight{line-height:1.25}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover-border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.hover-shadow-red-500:hover{--tw-shadow-color:#ef4444;--tw-shadow:var(--tw-shadow-colored)}@media (min-width: 768px){.md-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media (min-width: 1024px){.lg-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media (min-width: 1280px){.xl-h-200px{height:200px}}&lt;/style&gt;&lt;div class="xd-box grid xd-grid-cols-2 gap-2 mt-3 md-grid-cols-4"&gt;&lt;/div&gt;')


		let xdLoadCheckTimer = setInterval(function () {
			if (window.$) {
				var xdKeyword = ($("title").text() + $(".header_title").text() + $(".crumbsNav a:eq(2)").text()+ $(".crumbsNav").text()).match(/面试|三支一扶|选调生|特岗|考研|教师资格|教师|招教|省考|国考|公务员|军队文职|事业单位|银行|遴选|医疗|警/) || ['']
				xdKeyword = xdKeyword[0] || ''
				getXdGoods(xdKeyword, '5')
				getXdGoods(xdKeyword, '0')
				clearInterval(xdLoadCheckTimer)
			}
		}, 1000)

		function getXdGoods(xdKeyword, xdType) {
			xdKeyword = xdKeyword || ''
			xdType = xdType || ''
			$.ajax({
				type: "post",
				url: "https://ha.huatu.com/api/xd/list/",
				data: {
					keyword: xdKeyword,
					exam_type: '',
					item_id: '',
					type: xdType,
					adapt_place: '',
					page: 1,
					pagesize: 8
				},
				dataType: "json",
				success: function (res) {
					if (res.code == 200 &amp;&amp; res.data.length &gt; 0) {
						var xdListHtml = '';
						for (var i = 0; i &lt; res.data.length; i++) {
							var xdInfo = res.data[i];
							xdListHtml += '&lt;a class="bg-white rounded border hover-border-red-500 shadow hover-shadow-red-500 cursor-pointer" href="https://ha.huatu.com/zt/book/detail/?id=' + xdInfo.id + '" target="_blank"&gt;\
							&lt;div class="w-full h-150px xl-h-200px bg-white bg-contain bg-no-repeat bg-center" style="background-image:url('+ xdInfo.thumb + ')"&gt; &lt;/div&gt;\
							&lt;div class="h-100px p-1 pb-0 border-t flex flex-col justify-between"&gt;\
								&lt;div class="text-16px leading-tight overflow-hidden "&gt;'+ xdInfo.title + '&lt;/div&gt;\
								&lt;div class="flex justify-between items-center"&gt;\
									&lt;span class="text-gray-400 text-16px"&gt;' + xdInfo.buy_num + '人已购 &lt;/span&gt;\
									&lt;span class="text-red-500"&gt;￥'+ xdInfo.price + '&lt;/span&gt;\
								&lt;/div&gt;\
							&lt;/div&gt;\
						&lt;/a&gt;'
						}
						$('.xd-box').append(xdListHtml)
					}
				}
			});
		}
	}</pre></body></html>