mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
245e7b145e
commit
db16d8f76c
3 changed files with 62 additions and 53 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue