Vanessa 2025-12-13 00:18:01 +08:00
parent 168e492c81
commit 87a0168222
4 changed files with 68 additions and 11 deletions

View file

@ -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
*/