Skip to content

Commit

Permalink
chore: rename GXS to GXC
Browse files Browse the repository at this point in the history
  • Loading branch information
lanhaoxiang committed Nov 6, 2018
1 parent 0b1970d commit be20db5
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gxs-wallet
# gxchain-wallet

> GXS Wallet for mobile
> GXChain Wallet for mobile
## Build Setup

Expand Down
2 changes: 1 addition & 1 deletion src/components/LoyaltyProgram.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<router-link :to="link(`/loyalty-program/${history.id}`)" class="item-content">
<div class="item-inner">
<div class="item-title-row">
<div class="item-title">{{history.amount | asset(2)}} GXS</div>
<div class="item-title">{{history.amount | asset(2)}} GXC</div>
<div class="item-subtitle">{{$d(history.created_at,'long')}}</div>
</div>
<div class="item-after">
Expand Down
2 changes: 1 addition & 1 deletion src/components/LoyaltyProgramDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</li>
<li class="item-content">
<div class="item-inner">
<div class="item-title">{{$t('loyalty_program.expected_bonus')}}(GXS)</div>
<div class="item-title">{{$t('loyalty_program.expected_bonus')}}(GXC)</div>
<div class="item-after">
<span class="color-primary">{{bonus}}</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Transfer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
break;
}
}
// 有其他币种而没有GXS的钱包
// 有其他币种而没有GXC的钱包
if (!this.currentAsset.id) {
this.currentAssetId == this.assetList[0].id;
this.currentAsset = this.assetList[0];
Expand Down
2 changes: 1 addition & 1 deletion src/components/WalletManage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="item-title"></div>
<div class="item-after">
<span class="color-primary price">{{wallet.balance}}</span>&nbsp;
<small>GXS
<small>GXC
</small>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sub/AccountImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
this.imgSrc = 'https://gxs-wallet.oss-cn-shanghai.aliyuncs.com/symbols/gxs.png';
}
if (this.account === 'GXC') {
this.imgSrc = 'https://gxs-wallet.oss-cn-shanghai.aliyuncs.com/symbols/gxc.png';
this.imgSrc = 'https://gxs-wallet.oss-cn-shanghai.aliyuncs.com/symbols/gxs.png';
}
} else {
this.imgShow = false;
Expand Down
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="apple-mobile-web-app-capable" ,content="yes">
<meta name="apple-mobile-web-app-status-bar-style" ,content="black">
<meta name="format-detection" ,content="telephone=no">
<meta name="description" ,content="Mobile wallet for GXS">
<title>GXS Wallet</title>
<meta name="description" ,content="Mobile wallet for GXChain">
<title>GXChain Wallet</title>
<link rel="stylesheet" href="static/msui/sm.min.css">
<script type='text/javascript' src='static/msui/zepto.min.js' charset='utf-8'></script>
<script>
Expand All @@ -27,7 +27,7 @@
justify-content: center;
align-items: center;
}

.line-scale > div {
background-color: #fff;
width: 4px;
Expand Down Expand Up @@ -74,7 +74,7 @@
transform: scaley(1);
}
}


</style>
</head>
Expand Down
14 changes: 7 additions & 7 deletions static/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="apple-mobile-web-app-capable" ,content="yes">
<meta name="apple-mobile-web-app-status-bar-style" ,content="black">
<meta name="format-detection" ,content="telephone=no">
<meta name="description" ,content="Download Mobile wallet for GXS">
<title>GXS Wallet</title>
<meta name="description" ,content="Download Mobile wallet for GXChain">
<title>GXChain Wallet</title>
<link rel="stylesheet" href="msui/sm.min.css">
<script type='text/javascript' src='msui/zepto.min.js' charset='utf-8'></script>
<script>
Expand Down Expand Up @@ -84,11 +84,11 @@
<div class="row-logo">
<img class="logo" src="logo1024.png" width="100" style="border-radius: 12px">
</div>
<p>GXS钱包v1.0.1</p>
<p>GXChain钱包v1.0.1</p>
<div class="app-intro text-center">
<p>GXS钱包是一款移动端轻钱包APP</p>
<p>通过它能实现GXS的转账、收款和钱包管理,</p>
<p>并及时掌握GXS的最新动态</p>
<p>GXChain钱包是一款移动端轻钱包APP</p>
<p>通过它能实现GXC的转账、收款和钱包管理,</p>
<p>并及时掌握GXChain的最新动态</p>
</div>
</div>
<div class="content-block">
Expand All @@ -100,7 +100,7 @@
</p>
</div>
<div class="copy-right">
<p>Copyright © 2017 GXChain</p>
<p>Copyright © 2018 GXChain</p>
<p>All rights reserved.</p>
</div>
</div>
Expand Down

0 comments on commit be20db5

Please sign in to comment.