Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Sep 14, 2024
1 parent d1ff649 commit e4b4361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/components/IpInfos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
});
Expand Down
2 changes: 1 addition & 1 deletion frontend/utils/masked-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit e4b4361

Please sign in to comment.