Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1456 from jinbiao-bianjie/feature/goz
Browse files Browse the repository at this point in the history
R4R: update goz_Wallet doc
  • Loading branch information
zhangjinbiao746 authored Jun 22, 2020
2 parents 9041659 + f380988 commit 8d49709
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
33 changes: 10 additions & 23 deletions frontend/src/components/home/AppDownload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,7 @@
<h2 class="app_download_title">Rainbow Wallet</h2>
<div class="app_download_content_wrap">
<div class="app_download_goz_content">
<h4 class="app_download_goz_title">IBC-GoZ Version</h4>
<p class="app_download_goz_doc">Come experience the future IBC cross-chain wallet</p>
<div class="app_download_link_content">
<!-- <p class="app_download_goz_link_title">COMING SOON.</p>-->
<a @click="$uMeng.push('RainbowIBC-GoZ','下载','安卓','统计从GoZ浏览器下载的安卓')" href="https://rb-app-stage.oss-cn-shanghai.aliyuncs.com/rainbow-latest.apk" target="_blank" v-if="isShowAndroid || !isMobile">
<div class="app_download_android_content">
<img src="../../assets/android_apk.png" alt="">
</div>
</a>
<a @click="$uMeng.push('RainbowIBC-GoZ','下载','iOS','统计从GoZ浏览器下载的iOS')" href="https://testflight.apple.com/join/4K1dJKxe" target="_blank" v-if="isShowIphone || !isMobile">
<div class="app_download_ios_content">
<img src="../../assets/ios_testflight.png" alt="">
</div>
</a>
<div class="app_download_qr_content" v-if="!isMobile">
<img src="../../assets/scan_icon.png" alt="">
<div class="qr_content">
<img src="../../assets/goz_rainbow_qr.png" alt="">
<span class="tooltip_content">Scan to download</span>
</div>
</div>
<!-- <p class="app_download_goz_link_content">Expected to be online on May 1</p>-->
</div>
<p class="tip_content">This Beta version has been discontinued.<a href="https://medium.com/@irisnet/get-in-line-experience-crosschain-transfers-and-atomic-coinswaps-with-rainbow-goz-61cfc57365f9" target="_blank" rel="noopener noreferrer">Check out the article for more details.</a></p>
</div>
<div class="app_download_mainnet_content">
<h4 class="app_download_mainnet_title">Mainnet Version</h4>
Expand Down Expand Up @@ -110,6 +88,15 @@
padding: 0.2rem 0 0.29rem 0.2rem;
border-radius: 0.04rem;
background: rgba(45, 50, 90, 0.64);
.tip_content{
color: #fff;
font-size: 0.16rem;
line-height: 0.18rem;
font-weight: 300;
a{
color: #377CF8 !important;
}
}
.app_download_goz_title{
color: #fff;
font-size: 0.16rem;
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/components/home/ValidatorGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="graph_content_wrap">
<div class="graph_content_title">
<div>GoZ Global Network View
<span class="beat_content" v-if="!flShowTestTooltip">Beta <el-tooltip class="tooltip_content" :content="'*This demo is using GoZ-testnet data. Please stay tuned for the grand GoZ Opening at May 1st'"><i style="font-size: 0.12rem" class="iconfont iconyiwen"></i></el-tooltip></span>
<span class="beat_content" v-if="!flShowTestTooltip">Beta <el-tooltip class="tooltip_content" :content="'The data displayed here are from GoZ Phase 3.'"><i style="font-size: 0.12rem" class="iconfont iconyiwen"></i></el-tooltip></span>
</div>
<div class="tooltip" v-if="flShowNetwork">
<div class="graph_tooltip"><p><span></span><span>Connection Opened</span></p> <p><span></span><span>Connection Unopened</span></p></div>
Expand Down Expand Up @@ -80,7 +80,6 @@

<script>
import axios from 'axios';
import PerfectScrollbar from 'perfect-scrollbar'
import apiUrlConfig from "../../../config/config"
import ValidatorBianjieInformation from "./ValidatorBianjieInformation";
import AppDownload from "@/components/home/AppDownload";
Expand Down

0 comments on commit 8d49709

Please sign in to comment.