mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
1a7ac92d22
commit
b335d7126c
3 changed files with 17 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ export abstract class Constants {
|
|||
public static readonly CUSTOM_RIFF_DECKS: string = "custom-riff-decks";
|
||||
|
||||
// size
|
||||
public static readonly SIZE_DATABASE_MAZ_SIZE: number = 102400;
|
||||
public static readonly SIZE_SCROLL_TB: number = 24;
|
||||
public static readonly SIZE_SCROLL_STEP: number = 256;
|
||||
public static readonly SIZE_LINK_TEXT_MAX: number = 64;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue