回顶回底逻辑改变

This commit is contained in:
tangly1024
2022-01-07 11:15:29 +08:00
parent 7fce591750
commit b1d23592f8
3 changed files with 16 additions and 10 deletions

View File

@@ -69,8 +69,8 @@ const BaseLayout = ({
</main>
<Footer title={meta.title}/>
<JumpToTopButton targetRef={targetRef} showPercent={false} />
<JumpToBottomButton targetRef={targetRef} showPercent={false}/>
<JumpToTopButton showPercent={false} />
<JumpToBottomButton showPercent={false}/>
<FloatDarkModeButton/>
</>
)