Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Apr 1, 2024
1 parent c518359 commit 1b00197
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="theme-color" content="#f8f9fa">
<meta name="background-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" href="/logo-512.png">
<link rel="apple-touch-icon" href="/ios-logo-512.png">
<title>IPCheck.ing - Check My IP Address and Geolocation - Check WebRTC Connection IP - DNS Leak Test - Speed Test - Ping/MTR Test - Jason Ng Open Source </title>
<link rel="icon" href="logo.svg">

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"dependencies": {
"@analytics/google-analytics": "^1.0.7",
"@cloudflare/speedtest": "^1.3.0",
"@khmyznikov/pwa-install": "^0.3.3",
"analytics": "^0.8.9",
"bootstrap": "^5.3.2",
"@khmyznikov/pwa-install": "^0.3.6",
"analytics": "^0.8.11",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"code-inspector-plugin": "^0.10.0",
"code-inspector-plugin": "^0.11.0",
"concurrently": "^8.2.2",
"country-code-lookup": "^0.1.1",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"flag-icons": "^7.1.0",
"country-code-lookup": "^0.1.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"flag-icons": "^7.2.1",
"http-proxy-middleware": "^2.0.6",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"svgmap": "^2.10.1",
"vue": "^3.4.15",
"vue-i18n": "^9.9.1",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.17.5"
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.7",
"vite-plugin-pwa": "^0.19.7"
}
}
Binary file removed public/defaultMap.jpg
Binary file not shown.
Binary file added public/defaultMap.webp
Binary file not shown.
Binary file removed public/defaultMap_dark.jpg
Binary file not shown.
Binary file added public/defaultMap_dark.webp
Binary file not shown.
File renamed without changes
Binary file removed public/logo-144.png
Binary file not shown.
Binary file added public/logo-144.webp
Binary file not shown.
Binary file removed public/logo-192.png
Binary file not shown.
Binary file added public/logo-192.webp
Binary file not shown.
Binary file removed public/logo-256.png
Binary file not shown.
Binary file added public/logo-256.webp
Binary file not shown.
Binary file added public/logo-512.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ export default {
card.longitude = "-122.078514";
card.isp = "Google LLC";
card.asn = "AS15169";
card.mapUrl = '/defaultMap.jpg';
card.mapUrl_dark = '/defaultMap_dark.jpg';
card.mapUrl = '/defaultMap.webp';
card.mapUrl_dark = '/defaultMap_dark.webp';
card.showASNInfo = false;
});
this.$refs.dnsLeaksRef.leakTest.forEach((server) => {
Expand Down
28 changes: 14 additions & 14 deletions src/components/ipcheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ export default {
isp: "",
asn: "",
asnlink: "",
mapUrl: '/defaultMap.jpg',
mapUrl_dark: '/defaultMap_dark.jpg',
mapUrl: '/defaultMap.webp',
mapUrl_dark: '/defaultMap_dark.webp',
showMap: false,
source: "CN Source",
showASNInfo: false,
Expand All @@ -330,8 +330,8 @@ export default {
isp: "",
asn: "",
asnlink: "",
mapUrl: '/defaultMap.jpg',
mapUrl_dark: '/defaultMap_dark.jpg',
mapUrl: '/defaultMap.webp',
mapUrl_dark: '/defaultMap_dark.webp',
showMap: false,
source: "Special",
showASNInfo: false,
Expand All @@ -347,8 +347,8 @@ export default {
isp: "",
asn: "",
asnlink: "",
mapUrl: '/defaultMap.jpg',
mapUrl_dark: '/defaultMap_dark.jpg',
mapUrl: '/defaultMap.webp',
mapUrl_dark: '/defaultMap_dark.webp',
showMap: false,
source: "Cloudflare IPv4",
showASNInfo: false,
Expand All @@ -364,8 +364,8 @@ export default {
isp: "",
asn: "",
asnlink: "",
mapUrl: '/defaultMap.jpg',
mapUrl_dark: '/defaultMap_dark.jpg',
mapUrl: '/defaultMap.webp',
mapUrl_dark: '/defaultMap_dark.webp',
showMap: false,
source: "Cloudflare IPv6",
showASNInfo: false,
Expand All @@ -381,8 +381,8 @@ export default {
isp: "",
asn: "",
asnlink: "",
mapUrl: '/defaultMap.jpg',
mapUrl_dark: '/defaultMap_dark.jpg',
mapUrl: '/defaultMap.webp',
mapUrl_dark: '/defaultMap_dark.webp',
showMap: false,
source: "IPify IPv4",
showASNInfo: false,
Expand All @@ -398,8 +398,8 @@ export default {
isp: "",
asn: "",
asnlink: "",
mapUrl: '/defaultMap.jpg',
mapUrl_dark: '/defaultMap_dark.jpg',
mapUrl: '/defaultMap.webp',
mapUrl_dark: '/defaultMap_dark.webp',
showMap: false,
source: "IPify IPv6",
showASNInfo: false,
Expand Down Expand Up @@ -876,8 +876,8 @@ export default {
card.longitude = "";
card.asn = "";
card.isp = "";
card.mapUrl = '/defaultMap.jpg';
card.mapUrl_dark = '/defaultMap_dark.jpg';
card.mapUrl = '/defaultMap.webp';
card.mapUrl_dark = '/defaultMap_dark.webp';
card.showASNInfo = false;
},
Expand Down
8 changes: 4 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ export default defineConfig({
description: 'All in one IP Toolbox',
icons: [
{
src: '/logo-192.png',
src: '/logo-192.webp',
sizes: '192x192',
type: 'image/png',
type: 'image/webp',
},
{
src: '/logo-512.png',
src: '/logo-512.webp',
sizes: '512x512',
type: 'image/png',
type: 'image/webp',
},
],
},
Expand Down

0 comments on commit 1b00197

Please sign in to comment.