diff --git a/README.md b/README.md index 21c20288..8497b11e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🧰 MyIP - A Better IP Toolbox +jason5ng32%2FMyIP | Trendshift + ![IPCheck.ing Banner](https://raw.githubusercontent.com/jason5ng32/MyIP/main/public/github/gh_banner.png) ![GitHub Repo stars](https://img.shields.io/github/stars/jason5ng32/MyIP) diff --git a/README_FR.md b/README_FR.md index 023124e7..e52e0d86 100644 --- a/README_FR.md +++ b/README_FR.md @@ -1,5 +1,7 @@ # 🧰 MyIP - Une meilleure boîte à outils IP +jason5ng32%2FMyIP | Trendshift + ![IPCheck.ing Banner](https://raw.githubusercontent.com/jason5ng32/MyIP/main/public/github/gh_banner.png) ![GitHub Repo stars](https://img.shields.io/github/stars/jason5ng32/MyIP) diff --git a/README_ZH.md b/README_ZH.md index ce0c3e0c..0033bdff 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1,5 +1,7 @@ # 🧰 IP 工具箱 +jason5ng32%2FMyIP | Trendshift + ![IPCheck.ing Banner](https://raw.githubusercontent.com/jason5ng32/MyIP/main/public/github/gh_banner.png) ![GitHub Repo stars](https://img.shields.io/github/stars/jason5ng32/MyIP) diff --git a/frontend/components/widgets/PWA.vue b/frontend/components/widgets/PWA.vue index 44ef7551..307868d2 100644 --- a/frontend/components/widgets/PWA.vue +++ b/frontend/components/widgets/PWA.vue @@ -56,7 +56,7 @@ onMounted(() => { getBrowser(); setTimeout(() => { showPWA(); - }, 10000); + }, 30000); });