添加小彩蛋
This commit is contained in:
parent
4b928f85b0
commit
50c3188938
|
@ -181,6 +181,7 @@
|
|||
<div style="height:2em"></div>
|
||||
|
||||
<script>hljs.highlightAll();</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -72,4 +72,9 @@ n_str = n_str + `</mdui-collapse></mdui-list>`
|
|||
|
||||
document.getElementById("toc-drawer").insertAdjacentHTML('beforeend', n_str);
|
||||
|
||||
getElementById("helperframe").remove()
|
||||
document.getElementById("helperframe").remove()
|
||||
|
||||
console.info(" _____ __ __ ___ _______ __ \n / ___// /___ ______/ /_ __/ | ________ ____ _/ ____/ | / / \n \\__ \\/ __/ / / / __ / / / / /| | / ___/ _ \\/ __ `/ / / |/ / \n ___/ / /_/ /_/ / /_/ / /_/ / ___ |/ / / __/ /_/ / /___/ /| / \n/____/\\__/\\__,_/\\__,_/\\__, /_/ |_/_/ \\___/\\__,_/\\____/_/ |_/ \n /____/ \n欢迎来到 Study Area CN! \nstudy-area.org.cn \n")
|
||||
console.info("本站使用mdbook生成,gitea action自动构建 \n恭喜你发现了彩蛋!")
|
||||
console.info("欢迎参与我们的开源项目! https://git.hmtsai.cn/study-area-cn/study-area-cn")
|
||||
console.info("=====================================")
|
||||
|
|
Reference in New Issue