Skip to content

Commit

Permalink
Merge pull request #109 from OTCGO/staging
Browse files Browse the repository at this point in the history
添加链接
  • Loading branch information
qknow-w authored Oct 28, 2018
2 parents e5bd5d1 + 390ca12 commit 51a4acd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions component/comp.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,15 @@ Vue.component('neo-footer', {
},{
text: this.$t('footer.sootoo'),
href: 'http://vt.sootoo.com'
},{
text: this.$t('footer.hibtc'),
href: 'https://www.hibtc.org'
},{
text: this.$t('footer.bitol'),
href: 'http://www.bitol.net'
},{
text: this.$t('footer.ttbite'),
href: 'http://www.ttbite.com'
},
]
}
Expand Down
3 changes: 3 additions & 0 deletions i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,8 @@ var en = {
worldb:'Blockfo',
qkl100:'100qkl',
sootoo:'sootoo',
hibtc:'Hibtc',
bitol:'BitOL',
ttbite:'ttbite',
}
};
5 changes: 4 additions & 1 deletion i18n/zhCHS.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ var zhCHS = {
xiha:'嘻哈',
worldb:'Blockfo',
qkl100:'壹佰区块链网',
sootoo:'w维特财经',
sootoo:'维特财经',
hibtc:'hi区块链',
bitol:'比特在线',
ttbite:'天天比特',
}
}

0 comments on commit 51a4acd

Please sign in to comment.