Skip to content

Commit

Permalink
Update show.html
Browse files Browse the repository at this point in the history
  • Loading branch information
knightzhong authored May 20, 2024
1 parent b30b5c4 commit 0e80798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions show.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<script language="javascript">
function show_date_time() {
window.setTimeout("show_date_time()", 1000);
BirthDay = new Date("09/14/2000 00:00:00");//这个日期是可以修改的
BirthDay = new Date("06/11/2019 00:00:00");//这个日期是可以修改的
today = new Date();
timeold = (today.getTime() - BirthDay.getTime());
sectimeold = timeold / 1000
Expand All @@ -132,7 +132,7 @@
S.Drawing.init('.canvas');
document.body.classList.add('body--ready');
//想说的话
S.UI.simulate("{{叶宝宝}}|I'm|钟明好|Nice|to|Meet|You|#countdown 3|#time");
S.UI.simulate("叶宝宝|I'm|好哥哥!|Nice|to|Meet|You|#countdown 3|#time");
S.Drawing.loop(function () {
S.Shape.render();
});
Expand Down

0 comments on commit 0e80798

Please sign in to comment.