From 59e9ee5c03e9f87dadde73198eed80a0a4da4dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BA=9A=E6=A5=A0?= <1206054578@qq.com> Date: Mon, 22 Apr 2024 17:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=88=87=E6=8D=A2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=90=8E=EF=BC=8C=E8=87=AA=E5=8A=A8=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E5=88=B0=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/nastool/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/nastool/index.html b/source/nastool/index.html index 78dde2d..66f1de1 100644 --- a/source/nastool/index.html +++ b/source/nastool/index.html @@ -18,7 +18,9 @@ loadSidebar: 'sidebar.md', subMaxLevel: 2, loadNavbar: 'navbar.md', - routerMode: 'hash' + // 切换页面后是否自动跳转到页面顶部 + auto2top: true, + routerMode: 'hash', }