Vanessa 2023-12-05 12:01:41 +08:00
parent f2f5f7af0c
commit 362be46bef
2 changed files with 14 additions and 7 deletions

View file

@ -52,6 +52,8 @@ export abstract class Constants {
public static readonly CUSTOM_RIFF_DECKS: string = "custom-riff-decks";
// size
public static readonly SIZE_SCROLL_TB: number = 24;
public static readonly SIZE_SCROLL_STEP: number = 256;
public static readonly SIZE_LINK_TEXT_MAX: number = 24;
public static readonly SIZE_TOOLBAR_HEIGHT: number = isMobile() ? 0 : 32;
public static readonly SIZE_GET_MAX = 102400;