This commit is contained in:
Vanessa 2023-03-25 10:57:13 +08:00
parent 404da1e018
commit de3f47037b
9 changed files with 182 additions and 54 deletions

View file

@ -79,6 +79,7 @@ export abstract class Constants {
public static readonly LOCAL_BAZAAR = "local-bazaar";
public static readonly LOCAL_PDFTHEME = "local-pdftheme";
public static readonly LOCAL_LAYOUTS = "local-layouts";
public static readonly LOCAL_AI = "local-ai";
// timeout
public static readonly TIMEOUT_DBLCLICK = 190;