This commit is contained in:
parent
eed25804c5
commit
b4719727f9
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ export const initConfigSearch = (element: HTMLElement, app: App) => {
|
|||
|
||||
// 搜索
|
||||
getLang(["search", "searchLimit", "searchLimit1", "memo", "name", "alias", "keywordsLimit",
|
||||
"doc", "headings", "list1", "listItem", "code", "math", "table", "quote", "superBlock", "paragraph"]),
|
||||
"doc", "headings", "list1", "listItem", "code", "math", "table", "quote", "superBlock", "paragraph",
|
||||
"indexAssetPath"]),
|
||||
|
||||
// 快捷键
|
||||
getLang(["keymap", "keymapTip2"].concat(Object.keys(Constants.SIYUAN_KEYMAP.general))
|
||||
|
|
Loading…
Add table
Reference in a new issue