mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 04:28:07 +01:00
🔥 Completely remove Google Analytics https://github.com/siyuan-note/siyuan/issues/15096
This commit is contained in:
parent
3631b729ad
commit
3319ffbb18
28 changed files with 91 additions and 9172 deletions
|
|
@ -11,7 +11,7 @@ import {onWindowsMsg} from "../window/onWindowsMsg";
|
|||
import {Constants} from "../constants";
|
||||
import {appearance} from "../config/appearance";
|
||||
import {fetchPost, fetchSyncPost} from "../util/fetch";
|
||||
import {addGA, initAssets, setInlineStyle} from "../util/assets";
|
||||
import {initAssets, setInlineStyle} from "../util/assets";
|
||||
import {renderSnippet} from "../config/util/snippets";
|
||||
import {openFile, openFileById} from "../editor/util";
|
||||
import {exitSiYuan} from "../dialog/processSystem";
|
||||
|
|
@ -87,7 +87,6 @@ export const onGetConfig = (isStart: boolean, app: App) => {
|
|||
firstResize = true;
|
||||
}, 200);
|
||||
});
|
||||
addGA();
|
||||
};
|
||||
|
||||
const winOnMaxRestore = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue