mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
This commit is contained in:
parent
168e492c81
commit
87a0168222
4 changed files with 68 additions and 11 deletions
4
app/src/types/config.d.ts
vendored
4
app/src/types/config.d.ts
vendored
|
|
@ -495,6 +495,10 @@ declare namespace Config {
|
|||
* Whether to enable spell checking
|
||||
*/
|
||||
spellcheck: boolean;
|
||||
/**
|
||||
* Support spell check languages
|
||||
*/
|
||||
spellcheckLanguages: string[];
|
||||
/**
|
||||
* Whether to enable virtual references
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue