Skip to content

Commit e181c2d

Browse files
committed
modify: 更新生产环境所需内容
1 parent bb29d6a commit e181c2d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@
44
<meta charset="UTF-8"/>
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
7-
<title>论文工具</title>
7+
<title>拷贝鸭官网</title>
8+
<!-- Google tag (gtag.js) -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P7SH7GHFBW"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
13+
function gtag() {
14+
dataLayer.push(arguments);
15+
}
16+
17+
gtag("js", new Date());
18+
19+
gtag("config", "G-P7SH7GHFBW");
20+
</script>
821
</head>
922
<body>
1023
<noscript>

src/pages/components/CopyrightFooter.vue

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)