Skip to content

Commit

Permalink
添加链接
Browse files Browse the repository at this point in the history
  • Loading branch information
吴小军 committed Jan 9, 2019
1 parent 7b18cd7 commit 7448279
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions component/comp.js
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,12 @@ Vue.component('neo-footer', {
},{
text: this.$t('footer.tuoluocaijing'),
href: 'https://www.tuoluocaijing.cn/'
},{
text: this.$t('footer.qkl123'),
href: 'https://www.qkl123.com/'
},{
text: this.$t('footer.dappOnline'),
href: 'http://dapponline.io/'
},
]
}
Expand Down
2 changes: 2 additions & 0 deletions i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,7 @@ var en = {
ok35:'ok35',
zxbcc:'zxbcc',
tuoluocaijing:'tuoluocaijing',
qkl123:'qkl123',
dappOnline:'DappOnline',
}
};
2 changes: 2 additions & 0 deletions i18n/zhCHS.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,7 @@ var zhCHS = {
ok35:'西瓜财经',
zxbcc:'指向标财经',
tuoluocaijing:'陀螺财经',
qkl123:'区块链导航',
dappOnline:'DappOnline',
}
}

0 comments on commit 7448279

Please sign in to comment.