瀏覽代碼

Delete links.htm

kiddin9 3 年之前
父節點
當前提交
9196767346
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. 0 12
      devices/common/files/usr/lib/lua/luci/view/admin_status/index/links.htm

+ 0 - 12
devices/common/files/usr/lib/lua/luci/view/admin_status/index/links.htm

@@ -1,12 +0,0 @@
-<script>
-		var links = document.createElement('div');
-		links.innerHTML ='<div class="table"><div class="tr"><div class="td left"><a href="https://supes.top/" target="_blank">固件下载与定制</a></div><div class="td left" width="25%"><a href="https://supes.top/fadian/" target="_blank" style="color:orangered">赞助</a></div><div class="td left" width="25%"><a href="https://t.me/opwrt" target="_blank">TG频道</a></div><div class="td left" width="25%"><a href="https://github.com/kiddin9/OpenWrt_x86-r2s-r4s" target="_blank">源码与反馈</a></div></div></div>';
-		setTimeout(function(){
-		var telegram = document.querySelectorAll(".cbi-section")[0];
-		telegram.appendChild(links);
-		}, 1500);
-		setTimeout(function(){
-		var telegram = document.querySelectorAll(".cbi-section")[0];
-		telegram.appendChild(links);
-		}, 2400);
-</script>