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', )