Skip to content

Commit

Permalink
feat: add bonus scene in source code
Browse files Browse the repository at this point in the history
添加彩蛋
  • Loading branch information
yanglbme committed Dec 29, 2019
1 parent 2250338 commit f403a7d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
4 changes: 0 additions & 4 deletions assets/scripts/loading.js

This file was deleted.

37 changes: 35 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
<!DOCTYPE html>
<!--
_.._ ,------------.
,' `. ( 你终于发现我啦 )
/ __) __` \ `-,----------'
( (`-`(-') ) _.-'
/) \ = / (
/' |--' . \
( ,---| `-.)__`
)( `-.,--' _`-.
'/,' ( Uu",
(_ , `/,-' )
`.__, : `-'/ /`--'
| `--' |
` `-._ /
\ (
/\ . \.
/ |` \ ,-\
/ \| .) / \
( ,'|\ ,' :
| \,`.`--"/ }
`,' \ |,' /
/ "-._ `-/ |
"-. "-.,'| ;
/ _/["---'""]
: / |"- '
' | /
` |
-->
<html lang="en">

<head>
Expand Down Expand Up @@ -167,7 +195,12 @@ <h3>一款高度简洁的微信 Markdown 编辑器</h3>
<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>

0 comments on commit f403a7d

Please sign in to comment.