This commit is contained in:
Vanessa 2023-04-23 11:33:50 +08:00
parent 245e7b145e
commit db16d8f76c
3 changed files with 62 additions and 53 deletions

View file

@ -40,6 +40,7 @@ export abstract class Constants {
public static readonly SIYUAN_AUTO_LAUNCH: string = "siyuan-auto-launch";
// size
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;
public static readonly SIZE_UNDO = 64;