Skip to content

Commit

Permalink
msg
Browse files Browse the repository at this point in the history
  • Loading branch information
corndreams committed Mar 12, 2024
1 parent 6ce77ba commit 40f39c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion birthday/html/EasterEgg.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
c2.width = c3.width = window.innerWidth;
c2.height = c3.height = window.innerHeight;
ctx1.fillStyle = '#000';
const text = '黄雅慧,生日快乐!'
const text = 'xxx,生日快乐!'
let textWidth = 99999999;

while (textWidth > window.innerWidth) {
Expand Down
2 changes: 1 addition & 1 deletion birthday/js/indexl.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var S = {
if (i !== -1) {
S.UI.simulate(decodeURI(action).substring(i + 3));
} else {
S.UI.simulate('Hi 黄雅慧|祝你|生日快乐|happy birthday|#countdown 3||');
S.UI.simulate('Hi xxx|祝你|生日快乐|happy birthday|#countdown 3||');
}

S.Drawing.loop(function () {
Expand Down
3 changes: 1 addition & 2 deletions birthday/js/jquery-1.8.4.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$('#login-button').click(function (event) {
var userName=document.getElementById("userName").value;
var pwd=document.getElementById("pwd").value;
if (userName =="黄雅慧" && pwd=="0227"){
if (userName =="xxx" && pwd=="xxxx"){
event.preventDefault();
$('form').fadeOut(500);
$('.wrapper').addClass('form-success');
Expand Down Expand Up @@ -35,7 +35,6 @@ function requestFullScreen(element) {
function changeFrameHeight(){
var ifm= document.getElementById("iframepage");
ifm.height=document.documentElement.clientHeight;

}

window.onresize=function(){
Expand Down

0 comments on commit 40f39c3

Please sign in to comment.