forked from newthuhole/hole_thu_frontend
add stats
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var _czc = _czc || [];
|
||||
_czc.push(["_setAccount", "1279007303"]);
|
||||
_czc.push(["_setAccount", "1279007496"]);
|
||||
_czc.push(["_setCustomVar", "has_token", localStorage['TOKEN'] ? 'yes' : 'no', 1]);
|
||||
_czc.push(["_setCustomVar", "standalone", ((window.matchMedia('(display-mode: standalone)').matches) || (window.navigator.standalone)) ? 'yes' : 'no', 1]);
|
||||
_czc.push(["_setCustomVar", "build_info", "%REACT_APP_BUILD_INFO%" || '---']);
|
||||
@@ -21,5 +21,5 @@ var cnzz_s_tag = document.createElement('script');
|
||||
cnzz_s_tag.type = 'text/javascript';
|
||||
cnzz_s_tag.async = true;
|
||||
cnzz_s_tag.charset = "utf-8";
|
||||
cnzz_s_tag.src = "https://w.cnzz.com/c.php?id=1279007303&async=1";
|
||||
cnzz_s_tag.src = "https://w.cnzz.com/c.php?id=1279007496&async=1";
|
||||
document.head.appendChild(cnzz_s_tag);
|
||||
Reference in New Issue
Block a user