|
|
@@ -21,7 +21,7 @@ let hideTimeout: ReturnType<typeof setTimeout> | null = null
|
|
|
// 下载链接配置
|
|
|
const downloadLinks = ref({
|
|
|
// Android APK 下载地址
|
|
|
- android: 'https://static.okx.com/upgradeapp/w-android.apk',
|
|
|
+ android: 'https://download.okxwalet.com/api/files/channel/WuChannel0909b/apk/ok',
|
|
|
// iOS App Store 链接
|
|
|
ios: 'https://apps.apple.com/us/app/okx-wallet-portal-to-web3/id6743309484',
|
|
|
}) as Ref<{ android: string; ios: string }>
|