Skip to content

Commit fce58e8

Browse files
Update index.html
添加网站追踪脚本 script
1 parent c3de69f commit fce58e8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
99
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet" />
1010
<title>PrintForge Global - 3D打印跨境电商</title>
11+
<script>
12+
(function(){
13+
var site = 'printforge'; // 与 D1 数据库的 site_id 一致
14+
var img = new Image();
15+
img.src = 'https://analytics-tracker.daifayo7.workers.dev/collect?site=' + site + '&p=' + encodeURIComponent(location.pathname);
16+
})();
17+
</script>
1118
</head>
1219
<body>
1320
<script>window.__AI_APP_BASE_URL__ = '%BASE_URL%';</script>

0 commit comments

Comments
 (0)