diff --git a/frontend/components/IpInfos.vue b/frontend/components/IpInfos.vue index 8c177ab7..283f34b4 100644 --- a/frontend/components/IpInfos.vue +++ b/frontend/components/IpInfos.vue @@ -276,8 +276,8 @@ const ipDataCards = reactive([ // 默认 ASN 信息 const asnInfos = ref({ - "AS15169": { - "asnName": "Google", "asnOrgName": "GOGL-ARIN", "estimatedUsers": "368891", "IPv4_Pct": "95.35", "IPv6_Pct": "4.65", "HTTP_Pct": "3.16", "HTTPS_Pct": "96.84", "Desktop_Pct": "58.88", "Mobile_Pct": "41.12", "Bot_Pct": "98.46", "Human_Pct": "1.54" + "AS888888": { + "asnName": "Google", "asnOrgName": "GOGL-ARIN", "estimatedUsers": "888888", "IPv4_Pct": "95.35", "IPv6_Pct": "4.65", "HTTP_Pct": "3.16", "HTTPS_Pct": "96.84", "Desktop_Pct": "58.88", "Mobile_Pct": "41.12", "Bot_Pct": "98.46", "Human_Pct": "1.54" } }); diff --git a/frontend/utils/masked-info.js b/frontend/utils/masked-info.js index 66e3bef4..6bc42a5c 100644 --- a/frontend/utils/masked-info.js +++ b/frontend/utils/masked-info.js @@ -12,7 +12,7 @@ function maskedInfo(t) { fakecard.latitude = "37.40599"; fakecard.longitude = "-122.078514"; fakecard.isp = "Google LLC"; - fakecard.asn = "AS15169"; + fakecard.asn = "AS888888"; fakecard.asnlink = "https://radar.cloudflare.com/AS15169", fakecard.mapUrl = '/res/defaultMap.webp'; fakecard.mapUrl_dark = '/res/defaultMap_dark.webp';