let element = document.querySelector('.choose-btns');
let htmlCode = '
Tips: 如果前两个下载链接无法正常访问,请选择 [网盘下载] ~
';
element.insertAdjacentHTML('afterend', htmlCode);
var hb = '
';
var adItems = [
{
"title": "0钢镚阅读助手",
"link": "http://www.bhshare.cn/article/498",
"img": "http://www.bhshare.cn/imgs/blog/20231105141841973.png"
},
{
"title": "0每日特价",
"link": "/shopping/index.html",
"img": "https://www.mbian.com/mbian/2022/06/27/539ffdb2121a94ef19f79aa43f88ef29.png"
},
{
"title": "影视推广助手",
"link": "https://mp.weixin.qq.com/s/EhEHVhTN-UYBFw39CLBw6A",
"img": "https://www.mbian.com/mbian/2021/08/25/1994004cac8249d3e99efd600b1552dc.png"
},
{
"title": "斗兽棋",
"link": "http://web.bhshare.cn/animal/",
"img": "https://www.mbian.com/mbian/2022/03/26/3d7a4b57f090e449d3e50fa31124adb0.png"
},
{
"title": "召唤神龙",
"link": "http://web.bhshare.cn/zhsl/",
"img": "https://www.mbian.com/mbian/2022/03/26/e47d8c48771514937f5a70bc51e67193.png"
},
{
"title": "运动助手",
"link": "https://bhshare.cn/mi/",
"img": "https://www.mbian.com/mbian/2022/03/26/2eb6097789fa17a44fce1ced8948343b.png"
},
{
"title": "论文降重助手",
"link": "http://web.bhshare.cn/quchong/v2.html",
"img": "https://www.mbian.com/mbian/2022/03/26/f1635addeac02054cbca3454e2453859.png"
},
{
"title": "验证码识别接口",
"link": "http://www.bhshare.cn/imgcode",
"img": "https://www.mbian.com/mbian/2022/03/26/2f5b610031d98be25bb282d0486cd2e3.png"
},
{
"title": "薄荷分享",
"link": "/",
"img": "https://www.mbian.com/mbian/2022/02/15/ddda783bbc3c70a8843ee3a61cb58bf7.png"
},
{
"title": "0双11超级红包",
"link": "/sh11.htm",
"img": "https://img01.sogoucdn.com/app/a/100540022/2021102010531046160626.png",
"style": "-webkit-animation:mm_wf_shake 1s ease infinite;animation:mm_wf_shake 1s ease infinite;left: 55px;bottom: 155px; position: fixed;"
},
];
var innerHtml = "";
for (let item in adItems) {
item = adItems[item];
if (item["title"].startsWith("0")) {continue;}
if (item["style"] == undefined) {item["style"] = "width: 100%;";}
innerHtml += '
';
}
document.getElementById('xiaocao').innerHTML = innerHtml + hb + "";