refactor(plugins): update search plugin

This commit is contained in:
qingwei.li 2017-02-19 10:47:47 +08:00 committed by cinwell.li
commit 079bd00395
22 changed files with 348 additions and 393 deletions

View file

@ -10,7 +10,7 @@
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<nav>
<nav data-cloak>
<a href="#/">En</a>
<a href="#/zh-cn/">中文</a>
</nav>

View file

@ -90,7 +90,7 @@ window.$docsify = {
})
hook.ready(function() {
// Called after initialization is complete. Only trigger once, no arguments.
// Called after initial completion, no arguments.
})
}
]

View file

@ -85,7 +85,7 @@ window.$docsify = {
})
hook.ready(function() {
// 初始化完成后调用,只调用一次,没有参数。
// 初始化并第一次加完成数据后调用,没有参数。
})
}
]