This commit is contained in:
Liang Ding 2022-11-24 22:27:13 +08:00
parent 6f7b04faa0
commit 5abfcd4416
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -136,7 +136,7 @@ export const addGA = () => {
};
/*eslint-enable */
gtag("js", new Date());
gtag("config", "G-L7WEXVQCR9");
gtag("config", "G-L7WEXVQCR9", {send_page_view: false});
const para = {
version: Constants.SIYUAN_VERSION,
container: window.siyuan.config.system.container,