🎨 搜索自定义属性改为搜索全部属性 Fix https://github.com/siyuan-note/siyuan/issues/7367

This commit is contained in:
Liang Ding 2023-02-15 14:35:44 +08:00
parent d1f493e2d2
commit fe0f2fb7e0
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
9 changed files with 19 additions and 14 deletions

View file

@ -466,7 +466,7 @@ declare interface IConfig {
name: boolean
alias: boolean
memo: boolean
custom: boolean
ial: boolean
limit: number
caseSensitive: boolean
backlinkMentionName: boolean