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 77e94b4 commit 6828b6d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
mermaid.initialize({ startOnLoad: false });
window.$docsify = {
disqus: "my-notes-3",
ga: 'G-D4T0SSC9LL',
// gtag: "G-D4T0SSC9LL",
gtag: "G-D4T0SSC9LL",
// 警告:历史模式下请求old会返回old文件夹目录,而hash模式会返回404
// 错误:历史模式下docsify无法热重载
// routerMode: 'history',
Expand Down Expand Up @@ -163,15 +162,6 @@
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-java.min.js"></script>

<!-- GA4 -->
<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>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D4T0SSC9LL');
</script> -->
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/gtag.min.js"></script>
</body>
</html>

0 comments on commit 6828b6d

Please sign in to comment.