From 169338cfaddb6a903fb5dd1d1ba84a47a7e49462 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Thu, 12 Mar 2026 05:16:05 +0200 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2mac=20=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=B8=82=E5=9C=BA=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Help/index.vue | 4 +--- src/pages/Home/components/DownloadButton.vue | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/pages/Help/index.vue b/src/pages/Help/index.vue index 708e4ab..3f61759 100644 --- a/src/pages/Help/index.vue +++ b/src/pages/Help/index.vue @@ -135,9 +135,7 @@ import { downLoadIos } from '@/utils/constant.ts' const downLoadWin = ref( 'https://api.hifast.biz/v1/common/client/download/file/Hi快VPN-windows-1.0.0.exe', ) -const downLoadMac = ref( - 'https://api.hifast.biz/v1/common/client/download/file/Hi快VPN-mac-1.0.0.dmg', -) +const downLoadMac = ref('https://apps.apple.com/us/app/hi%E5%BF%ABvpn/id6755683167') const downLoadAndroid = ref( 'https://api.hifast.biz/v1/common/client/download/file/Hi快VPN-android-1.0.0.apk', ) diff --git a/src/pages/Home/components/DownloadButton.vue b/src/pages/Home/components/DownloadButton.vue index 1416c0c..0e702ab 100644 --- a/src/pages/Home/components/DownloadButton.vue +++ b/src/pages/Home/components/DownloadButton.vue @@ -37,9 +37,7 @@ import { getAllQueryString } from '@/utils/url-utils.ts' const downLoadWin = ref( 'https://api.hifast.biz/v1/common/client/download/file/Hi快VPN-windows-1.0.0.exe', ) -const downLoadMac = ref( - 'https://api.hifast.biz/v1/common/client/download/file/Hi快VPN-mac-1.0.0.dmg', -) +const downLoadMac = ref('https://apps.apple.com/us/app/hi%E5%BF%ABvpn/id6755683167') const downLoadAndroid = ref( 'https://api.hifast.biz/v1/common/client/download/file/Hi快VPN-android-1.0.0.apk', )