默认分类

Heimdall添加备案信息

if (window.location.pathname.indexOf("login") != -1){
    var HTML={
    createDiv:function(){
     var x=document.getElementById("config-buttons");
     var c = document.createElement('div');
     c.id="createDiv";
     c.innerHTML += `<a target="_blank" style="text-decoration:none;height:20px;line-height:30px;" href="https://beian.miit.gov.cn"><p style="text-align: center;height:20px;line-height:30px;margin: 0px 0px 0px 5px; color:#9c9c9c;">渝ICP备2022xxxxxx号</p></a>
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxxxxx" style="text-decoration:none;height:20px;line-height:30px;"><p style="text-align: center;height:20px;line-height:30px;margin: 0px 0px 0px 5px; color:#9c9c9c;"><img src="http://www.beian.gov.cn/img/new/gongan.png" style="float: left;margin: 5px 0px 0px 0px;"/>渝公网安备 5001080200xxx号</p></a>`;
    c.style.cssText = 'position: fixed;bottom: 10px;';
     x.parentNode.insertBefore(c,x)    
    }
   };
   HTML.createDiv();//创建div
   }

回复

  1. XHY XHY
    Chrome 141 10

    请问怎么添加?添加到哪个文件?

    1. CKun CKun
      Chrome 141 10

      设置里面的高级里面的自定义 JavaScript把代码放里面就可以了

This is just a placeholder img.