Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XmchxUp committed Jul 13, 2024
1 parent d0abbb1 commit 77e94b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
mermaid.initialize({ startOnLoad: false });
window.$docsify = {
disqus: "my-notes-3",
ga: 'G-D4T0SSC9LL',
// gtag: "G-D4T0SSC9LL",
// 警告:历史模式下请求old会返回old文件夹目录,而hash模式会返回404
// 错误:历史模式下docsify无法热重载
Expand Down Expand Up @@ -162,15 +163,15 @@
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-java.min.js"></script>

<!-- GA4 -->
<!-- <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/gtag.min.js"></script> -->
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-ga"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D4T0SSC9LL"></script>
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-D4T0SSC9LL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D4T0SSC9LL');
</script>
</script> -->
</body>
</html>

0 comments on commit 77e94b4

Please sign in to comment.