feat: 所有页面接入 Google Analytics (G-LVVXH3TL04)

This commit is contained in:
jackyu66git
2026-07-02 15:38:31 +08:00
parent 19c8f86862
commit 02a52c04dd
3 changed files with 24 additions and 0 deletions
+8
View File
@@ -1310,6 +1310,14 @@ def create_app(provider: DataProvider) -> FastAPI:
return f"""<!DOCTYPE html>
<html lang="zh-CN">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LVVXH3TL04"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){{dataLayer.push(arguments);}}
gtag('js', new Date());
gtag('config', 'G-LVVXH3TL04');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Provider — API Manual</title>