Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
X-MQSI committed Apr 1, 2023
2 parents 20210e4 + e216365 commit f0259c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,20 @@ Haikou Experimental Middle School Science and Technology Club has a long history

2022/12/2 index.html再次修改回pc页面。

2023/1-2/ 重构网页,修复bug,精简网站,添加评论功能,网页模块化,修改开源协议...(代码重构计划)
2023/1-2/ 重构网页,修复bug,精简网站,添加评论功能,网页模块化,修改开源协议...(代码重构计划)

2023/2/24 爆改页面,删改css,简化路径,提升访问速度
2023/2/24 爆改页面,删改css,简化路径,提升访问速度

2023/3/4 添加游戏
2023/3/4 添加游戏

2023/3/16 修复因替换css路径引起的显示异常问题,交换友链,添加新闻《我社代表团前往四中科技社访问学习》

2023/3/17 重构关于社团页面,简化内容,修复因替换css路径引起的显示异常问题。

2023/3/20 闭站维护,跳转至必应。

2023/3/25 维护结束,主页恢复正常,批量添加增加微软清晰度站点工具。

2023/3/25 为社团日添加抽签工具页。

2023/4/2 千学打地鼠大受欢迎,爆改更新。
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 f0259c9

Please sign in to comment.