This commit is contained in:
Vanessa 2023-03-25 10:57:13 +08:00 committed by Liang Ding
parent e4499946c5
commit c0d9e23dcf
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
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;