fixed search problem

master
ihewro 7 years ago
parent a83a04cfa4
commit 5b4af3e66f
  1. 6
      .idea/workspace.xml
  2. 22
      index.html

@ -118,15 +118,15 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1501008839762</updated>
<workItem from="1501008841535" duration="854000" />
<workItem from="1501008841535" duration="1442000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="854000" />
<option name="totallyTimeSpent" value="1442000" />
</component>
<component name="ToolWindowManager">
<frame x="0" y="0" width="1366" height="714" extended-state="6" />
<frame x="0" y="0" width="1366" height="714" extended-state="7" />
<editor active="true" />
<layout>
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24962178" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />

@ -22,26 +22,16 @@
auto2top: true,
repo: 'ihewro/typecho-theme-handsome-docs',
search: {
noData: {
'/': '没有结果'
},
paths: 'auto',
placeholder: {
'/': '搜索'
}
}
paths: 'auto',
placeholder: 'Type to search 🔍',
noData: 'No Results! 😞',
depth: 6,
}
}
</script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify@latest/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</html>

Loading…
Cancel
Save