Skip to content

Commit

Permalink
更新 抽签.html
Browse files Browse the repository at this point in the history
  • Loading branch information
X-MQSI committed Mar 30, 2023
1 parent 7e12b93 commit e216365
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions 其他/抽签.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@
var rcolor1 = ['<div id="red">红色</div>','<div id="orange">橙色</div>','<div id="yellow">黄色</div>','<div id="green">绿色</div>','<div id="blue">蓝色</div>','<div id="purple">紫色</div>','<div id="black">黑色</div>','<div id="white">白色</div>','<div id="white">再来一遍!</div>'];
var rcolor2 = rcolor1[Math.floor(Math.random()*rcolor1.length)];
rcolor.innerHTML = rcolor2;
var FocusBG=document.getElementById('FocusBG').style.backgroundImage=bg3();
function bg3(){
if(rcolor2 == '<div id="red">红色</div>'){
a = "url('/logo.png')";
}
return a;
}
},false)
</script>
</div>
Expand Down

0 comments on commit e216365

Please sign in to comment.