Skip to content

Commit

Permalink
feat: use quark-static cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxsf committed Aug 5, 2024
1 parent b24e63c commit b820944
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 857 deletions.
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,22 @@
}
</style>


<link rel="stylesheet" href="./theme.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/quark-static@latest/theme.css" />

<!-- 本地开发使用下面资源 -->
<link rel="stylesheet" href="../static/theme.css">

<script type="module" src="./src/index.tsx"></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VPD45X3FFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VPD45X3FFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VPD45X3FFK');
</script>
gtag('config', 'G-VPD45X3FFK');
</script>
</head>
<body>
<quark-doc-home></quark-doc-home>
Expand Down
Loading

0 comments on commit b820944

Please sign in to comment.