This commit is contained in:
Liang Ding 2022-10-27 10:29:37 +08:00
parent e76982f06f
commit f2236b2328
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -161,7 +161,7 @@ export const onGetConfig = (isStart: boolean) => {
} }
window.gtag("event", "config", { window.gtag("event", "config", {
a: "1" "version": Constants.SIYUAN_VERSION,
}); });
}; };