From f403a7d54a983c28579d8e1a1baf81fc2f99c472 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Sun, 29 Dec 2019 17:16:45 +0800 Subject: [PATCH] feat: add bonus scene in source code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加彩蛋 --- assets/scripts/loading.js | 4 ---- index.html | 37 +++++++++++++++++++++++++++++++++++-- 2 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 assets/scripts/loading.js diff --git a/assets/scripts/loading.js b/assets/scripts/loading.js deleted file mode 100644 index 78f321f..0000000 --- a/assets/scripts/loading.js +++ /dev/null @@ -1,4 +0,0 @@ -// 加载完成隐藏 loading 界面 -window.onload = () => { - $('#loading').hide(); -}; diff --git a/index.html b/index.html index b1f62a8..f698de5 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,32 @@ + @@ -167,7 +195,12 @@ - - + + \ No newline at end of file