Add back-to-top button.

This commit is contained in:
Yudong Jin 2023-01-06 03:13:06 +08:00
parent 92a89d04de
commit f34dde9c65
2 changed files with 2 additions and 2 deletions

View file

@ -872,7 +872,7 @@ comments: true
!!! tip
某些语言并未专门提供栈类,但我们可以直接把该语言的「数组」或「链表」看作栈来使用,并通过“脑补”来屏蔽无关操作,而无需像上述代码一样去特意包装一层。
某些语言并未专门提供栈类,但我们可以直接把该语言的「数组」或「链表」看作栈来使用,并通过“脑补”来屏蔽无关操作,而无需像上述代码去特意包装一层。
## 栈典型应用

View file

@ -32,7 +32,7 @@ theme:
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.top
- navigation.top
- navigation.footer
- navigation.tracking
- search.highlight