Welcome to mirror list, hosted at ThFree Co, Russian Federation.

changyan.html « comments « partials « layouts - github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c05b37b54fb997de2ed2175f79ca23482da14b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div id="SOHUCS"></div>
<script type="text/javascript">
(function(){
  if (window.location.hostname === 'localhost') return;

  var appid = '{{ .Site.Params.changyanAppid }}';
  var conf = '{{ .Site.Params.changyanAppkey }}';
  var width = window.innerWidth || document.documentElement.clientWidth;
  if (width < 960) {window.document.write('<script id="changyan_mobile_js" charset="utf-8" type="text/javascript" src="https://changyan.sohu.com/upload/mobile/wap-js/changyan_mobile.js?client_id=' + appid + '&conf=' + conf + '"><\/script>'); } else { var loadJs=function(d,a){var c=document.getElementsByTagName("head")[0]||document.head||document.documentElement;var b=document.createElement("script");b.setAttribute("type","text/javascript");b.setAttribute("charset","UTF-8");b.setAttribute("src",d);if(typeof a==="function"){if(window.attachEvent){b.onreadystatechange=function(){var e=b.readyState;if(e==="loaded"||e==="complete"){b.onreadystatechange=null;a()}}}else{b.onload=a}}c.appendChild(b)};loadJs("https://changyan.sohu.com/upload/changyan.js",function(){window.changyan.api.config({appid:appid,conf:conf})}); }
})();
</script>