This commit is contained in:
Vanessa 2023-10-23 11:35:44 +08:00
parent 1f9f3f4c99
commit de360048d1
3 changed files with 12 additions and 1 deletions

View file

@ -97,6 +97,7 @@ export abstract class Constants {
public static readonly LOCAL_LAYOUTS = "local-layouts";
public static readonly LOCAL_AI = "local-ai";
public static readonly LOCAL_PLUGINTOPUNPIN = "local-plugintopunpin";
public static readonly LOCAL_FLASHCARD = "local-flashcard";
// timeout
public static readonly TIMEOUT_DBLCLICK = 190;