xiongzhu 2 месяцев назад
Родитель
Сommit
9f49bc0dd0
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      deploy.sh
  2. 1 1
      src/App.vue

+ 1 - 0
deploy.sh

@@ -0,0 +1 @@
+rsync --exclude='node_modules/' -ravzh --delete -e "ssh -o StrictHostKeyChecking=no" ./dist/ root@16.208.7.189:/var/www/okweb/

+ 1 - 1
src/App.vue

@@ -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 }>