公用导航
This commit is contained in:
@ -15,10 +15,11 @@
|
|||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: '<img src="/_media/logo.png" style="width:50px; height:auto;" alt="">',
|
name: '<img src="/_media/logo.png" style="width:50px; height:auto;" alt="">',
|
||||||
repo: 'https://git.tool.dwoodauto.com/ykxiao/docsify-jsonrpc.git',
|
repo: 'https://git.tool.dwoodauto.com/ykxiao/docsify-jsonrpc.git',
|
||||||
loadSidebar: true,
|
|
||||||
subMaxLevel: 2,
|
subMaxLevel: 2,
|
||||||
formatUpdated: '{MM}/{DD} {HH}:{mm}',
|
formatUpdated: '{MM}/{DD} {HH}:{mm}',
|
||||||
routerMode: 'history',
|
routerMode: 'history',
|
||||||
|
loadSidebar: '_sidebar.md',
|
||||||
|
basePath: '/', // 保证路径正确
|
||||||
|
|
||||||
search: {
|
search: {
|
||||||
maxAge: 86400000, // 过期时间,单位毫秒,默认一天
|
maxAge: 86400000, // 过期时间,单位毫秒,默认一天
|
||||||
|
Reference in New Issue
Block a user