Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update show.html #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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("1/20/2018 00:00:00");//这个日期是可以修改的
BirthDay = new Date("9/1/2015 00:00:00");//这个日期是可以修改的
today = new Date();
timeold = (today.getTime() - BirthDay.getTime());
sectimeold = timeold / 1000
Expand All @@ -131,8 +131,8 @@
init: function () {
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