From 7aecfe40253a110701815053d38f4e5b058994bc Mon Sep 17 00:00:00 2001 From: ykxiao Date: Fri, 6 Jun 2025 15:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E7=94=A8=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 601b9d5..25b76e9 100644 --- a/index.html +++ b/index.html @@ -15,10 +15,11 @@ window.$docsify = { name: '', repo: 'https://git.tool.dwoodauto.com/ykxiao/docsify-jsonrpc.git', - loadSidebar: true, subMaxLevel: 2, formatUpdated: '{MM}/{DD} {HH}:{mm}', routerMode: 'history', + loadSidebar: '_sidebar.md', + basePath: '/', // 保证路径正确 search: { maxAge: 86400000, // 过期时间,单位毫秒,默认一天