From a350863a3eb76958f0b2cca83366f3f12846d954 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Fri, 20 Mar 2026 11:40:13 +0200 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0android=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/AndroidDownload/index.vue | 28 -------------------- src/pages/Home/components/DownloadButton.vue | 4 +-- src/router/index.ts | 5 ---- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 src/pages/AndroidDownload/index.vue diff --git a/src/pages/AndroidDownload/index.vue b/src/pages/AndroidDownload/index.vue deleted file mode 100644 index b36f9b4..0000000 --- a/src/pages/AndroidDownload/index.vue +++ /dev/null @@ -1,28 +0,0 @@ - - - - - diff --git a/src/pages/Home/components/DownloadButton.vue b/src/pages/Home/components/DownloadButton.vue index dd1baf6..cf6014d 100644 --- a/src/pages/Home/components/DownloadButton.vue +++ b/src/pages/Home/components/DownloadButton.vue @@ -38,9 +38,7 @@ const downLoadWin = ref( 'https://api.hifast.biz/v1/common/client/download/file/Hi快VPN-windows-1.0.0.exe', ) const downLoadMac = ref('https://apps.apple.com/us/app/hi%E5%BF%ABvpn/id6755683167') -const downLoadAndroid = ref( - 'https://hifastvpn.go.link/?adj_t=1xf6e7ru&&adj_label=uuDvxXMU&adj_deep_link=hifastvpn%3A%2F%2F%3FinviteCode%3DuuDvxXMU', -) +const downLoadAndroid = ref('https://hifastvpn.go.link/?adj_t=1xf6e7ru') // request // .get('/api/v1/common/client/download', { // // invite_code: getAllQueryString('ic'), diff --git a/src/router/index.ts b/src/router/index.ts index dc19445..d97c0f7 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -33,11 +33,6 @@ const router = createRouter({ name: 'login-redirect', component: () => import('../pages/LoginRedirect/index.vue'), }, - { - path: '/android-download', - name: 'android-download', - component: () => import('../pages/AndroidDownload/index.vue'), - }, { path: '/:pathMatch(.*)*', name: 'not-found',