Skip to content

Commit e7a7cc6

Browse files
committed
add version tag
1 parent e94572e commit e7a7cc6

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "key-generator",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/components/common/Footer.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ export default {
149149
title: this.$t('features.fiveDegrees'),
150150
url: 'https://www.5degrees.io/',
151151
},
152-
{
153-
title: this.$t('product.stakeVault'),
154-
url: this.stakeVaultUrl
155-
},
152+
// {
153+
// title: this.$t('product.stakeVault'),
154+
// url: this.stakeVaultUrl
155+
// },
156156
{
157157
title: this.$t('features.approvalDetector'),
158158
url: this.approvalUrl,

src/components/common/NavIndex.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ export default {
117117
title: this.$t('product.fiveDegrees'),
118118
url: 'https://www.5degrees.io/#/',
119119
},
120-
{
121-
width: '224px',
122-
class: 'nav-icon-12',
123-
desc: this.$t('product.stakeVaultDesc'),
124-
line: false,
125-
title: this.$t('product.stakeVault'),
126-
url: this.stakeVaultUrl
127-
}
120+
// {
121+
// width: '224px',
122+
// class: 'nav-icon-12',
123+
// desc: this.$t('product.stakeVaultDesc'),
124+
// line: false,
125+
// title: this.$t('product.stakeVault'),
126+
// url: this.stakeVaultUrl
127+
// }
128128
],
129129
},
130130
{

src/views/HomeView.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@ export default {
396396
icon: require('../assets/main/aptos.png'),
397397
name: this.$t('chain.aptos'),
398398
},
399+
{
400+
network: 'SUI',
401+
icon: require('../assets/main/sui.png'),
402+
name: this.$t('chain.sui'),
403+
},
399404
{
400405
chainId: 1030,
401406
network: 'CFX',
@@ -443,11 +448,6 @@ export default {
443448
icon: require('../assets/main/nostr.jpg'),
444449
name: this.$t('chain.nostr'),
445450
},
446-
{
447-
network: 'SUI',
448-
icon: require('../assets/main/sui.png'),
449-
name: this.$t('chain.sui'),
450-
},
451451
{
452452
network: 'BCH',
453453
icon: require('../assets/main/bch.png'),

0 commit comments

Comments
 (0)