feat: add bonus scene in source code

添加彩蛋
This commit is contained in:
yanglbme 2019-12-29 17:16:45 +08:00
parent 22503386ef
commit f403a7d54a
2 changed files with 35 additions and 6 deletions

View File

@ -1,4 +0,0 @@
// 加载完成隐藏 loading 界面
window.onload = () => {
$('#loading').hide();
};

View File

@ -1,4 +1,32 @@
<!DOCTYPE html>
<!--
_.._ ,------------.
,' `. ( 你终于发现我啦 )
/ __) __` \ `-,----------'
( (`-`(-') ) _.-'
/) \ = / (
/' |--' . \
( ,---| `-.)__`
)( `-.,--' _`-.
'/,' ( Uu",
(_ , `/,-' )
`.__, : `-'/ /`--'
| `--' |
` `-._ /
\ (
/\ . \.
/ |` \ ,-\
/ \| .) / \
( ,'|\ ,' :
| \,`.`--"/ }
`,' \ |,' /
/ "-._ `-/ |
"-. "-.,'| ;
/ _/["---'""]
: / |"- '
' | /
` |
-->
<html lang="en">
<head>
@ -167,7 +195,12 @@
<script src="assets/scripts/renderers/wx-renderer.js"></script>
<script src="assets/scripts/util.js"></script>
<script src="assets/scripts/editor.js"></script>
<script src="assets/scripts/loading.js"></script>
<script>
$('#loading').hide();
window.console
&& window.console.log
&& (console.log("Think big, train fast, learn deep. See https://github.com/yanglbme"))
</script>
</body>
</html>