Skip to content

Commit

Permalink
Add MAC lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Jul 11, 2024
1 parent 7126c0f commit 793af7e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions frontend/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,15 @@ const ShortcutKeys = (isOriginalSite) => {
},
description: t('shortcutKeys.PingTest'),
},
{
keys: "M",
action: () => {
scrollToElement("AdvancedTools", 80);
advancedToolsRef.value.navigateAndToggleOffcanvas('/macchecker');
trackEvent('Nav', 'NavClick', 'MacChecker');
},
description: t('shortcutKeys.MacChecker'),
},
{
keys: "t",
action: () => {
Expand Down
3 changes: 2 additions & 1 deletion frontend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@
"Preferences": "Open Preferences",
"About": "Open About panel",
"Whois": "Open Whois Search panel",
"InvisibilityTest": "Open Invisibility Test panel"
"InvisibilityTest": "Open Invisibility Test panel",
"MacChecker": "Open MAC lookup panel"
},
"page": {
"title": "IPCheck.ing - Check My IP Address and Geolocation - Check WebRTC Connection IP - DNS Leak Test - Speed Test - Jason Ng Open Source",
Expand Down
3 changes: 2 additions & 1 deletion frontend/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@
"Preferences": "Ouvrir les Préférences",
"About": "Ouvrir À propos",
"Whois": "Ouvrir la Recherche Whois",
"InvisibilityTest": "Ouvrir le Test d'invisibilité"
"InvisibilityTest": "Ouvrir le Test d'invisibilité",
"MacChecker": "Ouvrir le Recherche de MAC"
},
"page": {
"title": "IPCheck.ing - Vérifier mon adresse IP et géolocalisation - Vérifier l'adresse IP de connexion WebRTC - Test de fuite DNS - Test de vitesse - Jason Ng Open Source",
Expand Down
3 changes: 2 additions & 1 deletion frontend/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@
"Preferences": "打开偏好设置面板",
"About": "打开关于页面",
"Whois": "打开 Whois 查询面板",
"InvisibilityTest": "打开隐身测试面板"
"InvisibilityTest": "打开隐身测试面板",
"MacChecker": "打开物理地址查询面板"
},
"page": {
"title": "IPCheck.ing - 查看我的 IP 地址 - 查询本机 IP 地址及归属地 - 查看 WebRTC 连接 IP - DNS 泄露检测 - 网速测试 - Jason Ng 阿禅开源作品",
Expand Down

0 comments on commit 793af7e

Please sign in to comment.