update README
This commit is contained in:
parent
2bf7c653c2
commit
beebe44404
|
@ -37,8 +37,6 @@
|
|||
|
||||
**Online Preview 在线预览**
|
||||
|
||||
> 如果你在使用该主题,欢迎 [PR](https://juejin.im/post/6844903856971710477) 将你的网站链接填写在下方,获得更多展示机会。
|
||||
|
||||
- [XPoet's Blog](https://xpoet.cn)
|
||||
- [ILS 官网](https://ils.xpoet.cn)
|
||||
- ...
|
||||
|
@ -273,7 +271,7 @@ local_search:
|
|||
trigger: auto # values: auto | manual
|
||||
|
||||
# Unescape html strings to the readable one.
|
||||
# # 转义 HTML 字符串为可读字符串。
|
||||
# 转义 HTML 字符串为可读字符串。
|
||||
unescape: false
|
||||
|
||||
# Preload the search data when the page loads.
|
||||
|
@ -399,7 +397,7 @@ sticky: 9999
|
|||
```yml
|
||||
local_search:
|
||||
enable: true
|
||||
trigger: auto # values: auto | manual
|
||||
trigger: auto
|
||||
unescape: false
|
||||
preload: true
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue