We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0baa9 commit aaaadf9Copy full SHA for aaaadf9
index.html
@@ -21,6 +21,19 @@
21
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css"/>
22
<!-- 弹框样式 -->
23
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert.min.css">
24
+
25
+ <!-- Google tag (gtag.js) -->
26
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-HDCKH6500H"></script>
27
+ <script>
28
+ window.dataLayer = window.dataLayer || [];
29
30
+ function gtag() {
31
+ dataLayer.push(arguments);
32
+ }
33
34
+ gtag('js', new Date());
35
+ gtag('config', 'G-HDCKH6500H');
36
+ </script>
37
</head>
38
39
<body background="" style=" background-repeat:no-repeat ;background-size:100% 100%;background-attachment: fixed;">
0 commit comments