mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-12 10:41:34 +08:00
feat: add tencent web monitor
This commit is contained in:
@@ -6,3 +6,13 @@
|
|||||||
<link rel="dns-prefetch" href="//avatars.githubusercontent.com" />
|
<link rel="dns-prefetch" href="//avatars.githubusercontent.com" />
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22>
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22>
|
||||||
<text y=%22.9em%22 font-size=%2290%22>👋</text></svg>">
|
<text y=%22.9em%22 font-size=%2290%22>👋</text></svg>">
|
||||||
|
<script src="https://cdn-go.cn/aegis/aegis-sdk/latest/aegis.min.js"></script>
|
||||||
|
<script>
|
||||||
|
const aegis = new Aegis({
|
||||||
|
id: 'gQ7V9SgjxZdOm1gy35', // 上报 id
|
||||||
|
// uin: 'xxx', // 用户唯一 ID(可选)
|
||||||
|
reportApiSpeed: true, // 接口测速
|
||||||
|
reportAssetSpeed: true, // 静态资源测速
|
||||||
|
spa: true // spa 应用页面跳转的时候开启 pv 计算
|
||||||
|
});
|
||||||
|
</script>
|
||||||
Reference in New Issue
Block a user