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, // 过期时间,单位毫秒,默认一天