Skip to content

Commit

Permalink
modify: 更新生产环境所需内容
Browse files Browse the repository at this point in the history
  • Loading branch information
laorange committed Jan 21, 2025
1 parent 19c556d commit fb663f7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>论文工具</title>
<title>拷贝鸭官网</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P7SH7GHFBW"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}

gtag("js", new Date());

gtag("config", "G-P7SH7GHFBW");
</script>
</head>
<body>
<noscript>
Expand Down
8 changes: 8 additions & 0 deletions src/pages/components/CopyrightFooter.vue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb663f7

Please sign in to comment.