Skip to content

Commit

Permalink
update apk download url (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
icodeface authored Dec 11, 2024
1 parent 8bd3f8a commit 792c65f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/banner-part.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default {
window.open('https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231')
this.viewRecord('IOS')
} else if (platform === 'android') {
window.location.href = 'https://cdn-pkg.foxnb.net/app_image/package/foxwallet_release.apk'
window.location.href = 'https://cdn.foxnb.net/app_image/package/foxwallet_release.apk'
this.viewRecord('ANDROID')
} else if (platform === 'googlePlay') {
window.open('https://play.google.com/store/apps/details?id=com.foxwallet.play')
Expand Down
2 changes: 1 addition & 1 deletion components/new-download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
window.open('https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231')
this.viewRecord('IOS')
} else if (platform === 'android') {
window.location.href = 'https://cdn-pkg.foxnb.net/app_image/package/foxwallet_release.apk'
window.location.href = 'https://cdn.foxnb.net/app_image/package/foxwallet_release.apk'
this.viewRecord('ANDROID')
} else if (platform === 'googlePlay') {
window.open('https://play.google.com/store/apps/details?id=com.foxwallet.play')
Expand Down
2 changes: 1 addition & 1 deletion pages/document.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export default {
computed: {
documentImgUrl() {
return `https://cdn-pkg.foxnb.net/app_image/${this.$i18n.locale}/${this.$route.query.filename}`
return `https://cdn.foxnb.net/app_image/${this.$i18n.locale}/${this.$route.query.filename}`
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion pages/download-2nd-anniversary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default {
window.open('https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231')
this.viewRecord('IOS')
} else if (platform === 'android') {
window.location.href = 'https://cdn-pkg.foxnb.net/app_image/package/foxwallet_release.apk'
window.location.href = 'https://cdn.foxnb.net/app_image/package/foxwallet_release.apk'
this.viewRecord('ANDROID')
} else if (platform === 'googlePlay') {
window.open('https://play.google.com/store/apps/details?id=com.foxwallet.play')
Expand Down
2 changes: 1 addition & 1 deletion pages/download-backup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default {
window.open('https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231')
this.viewRecord('IOS')
} else if (platform === 'android') {
window.location.href = 'https://cdn-pkg.foxnb.net/app_image/package/foxwallet_release.apk'
window.location.href = 'https://cdn.foxnb.net/app_image/package/foxwallet_release.apk'
this.viewRecord('ANDROID')
} else if (platform === 'googlePlay') {
window.open('https://play.google.com/store/apps/details?id=com.foxwallet.play')
Expand Down
2 changes: 1 addition & 1 deletion pages/download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default {
window.open('https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231')
this.viewRecord('IOS')
} else if (platform === 'android') {
window.location.href = 'https://cdn-pkg.foxnb.net/app_image/package/foxwallet_release.apk'
window.location.href = 'https://cdn.foxnb.net/app_image/package/foxwallet_release.apk'
this.viewRecord('ANDROID')
} else if (platform === 'googlePlay') {
window.open(this.googlePlayUrl)
Expand Down
2 changes: 1 addition & 1 deletion pages/index-backup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
window.open('https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231')
this.viewRecord('IOS')
} else if (platform === 'android') {
window.location.href = 'https://cdn-pkg.foxnb.net/app_image/package/foxwallet_release.apk'
window.location.href = 'https://cdn.foxnb.net/app_image/package/foxwallet_release.apk'
this.viewRecord('ANDROID')
} else if (platform === 'googlePlay') {
window.open('https://play.google.com/store/apps/details?id=com.foxwallet.play')
Expand Down

0 comments on commit 792c65f

Please sign in to comment.