This commit is contained in:
Liang Ding 2023-01-09 22:51:16 +08:00
parent c202d5a961
commit 18a9d6b245
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
9 changed files with 25 additions and 0 deletions

View file

@ -312,6 +312,7 @@ declare interface IEditor {
virtualBlockRefExclude: string;
virtualBlockRefInclude: string;
blockRefDynamicAnchorTextMaxLen: number;
backlinkExpandCount: number;
emoji: string[];
}