xiongzhu 2 月之前
父节点
当前提交
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 }>