1 parent c3de69f commit fce58e8Copy full SHA for fce58e8
1 file changed
index.html
@@ -8,6 +8,13 @@
8
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
<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" />
10
<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>
18
</head>
19
<body>
20
<script>window.__AI_APP_BASE_URL__ = '%BASE_URL%';</script>
0 commit comments