yirenyishi
6 년 전
23개의 변경된 파일과 80개의 추가작업 그리고 102개의 파일을 삭제
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,25 @@ |
|||
$(function () { |
|||
/*百度收录*/ |
|||
var bp = document.createElement('script'); |
|||
var curProtocol = window.location.protocol.split(':')[0]; |
|||
if (curProtocol === 'https') { |
|||
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; |
|||
} |
|||
else { |
|||
bp.src = 'http://push.zhanzhang.baidu.com/push.js'; |
|||
} |
|||
var s = document.getElementsByTagName("script")[0]; |
|||
s.parentNode.insertBefore(bp, s); |
|||
|
|||
/*360收录*/ |
|||
var qihuo = document.createElement('script'); |
|||
if (curProtocol === 'https') { |
|||
qihuo.src = 'https://jspassport.ssl.qhimg.com/11.0.1.js?d33b14200fa89b7ecd3780341cd234c'; |
|||
} |
|||
else { |
|||
qihuo.src = 'http://js.passport.qihucdn.com/11.0.1.js?d33b14200fa89b7ecd3780341cd234c4'; |
|||
} |
|||
qihuo.id = "sozz" |
|||
var s = document.getElementsByTagName("script")[1]; |
|||
s.parentNode.insertBefore(qihuo, s); |
|||
}) |
File diff suppressed because one or more lines are too long
불러오는 중...
Reference in new issue