This commit is contained in:
Liang Ding 2022-10-27 11:19:41 +08:00
parent 2c608bf593
commit 41d882ddba
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 20 additions and 2 deletions

View file

@ -427,4 +427,7 @@ export abstract class Constants {
// third
"yul", "solidity", "abap",
];
// Google Analytics 事件
public static readonly ANALYTICS_EVT_ON_GET_CONFIG: string = "siyuan.onGetConfig";
}