mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
11 lines
201 B
JavaScript
11 lines
201 B
JavaScript
/* global CONFIG, gio */
|
|
|
|
if (!window.gio) {
|
|
window.gio = function() {
|
|
(window.gio.q = window.gio.q || []).push(arguments);
|
|
};
|
|
}
|
|
|
|
gio('init', `${CONFIG.growingio_analytics}`, {});
|
|
gio('send');
|