diff --git a/component/comp.js b/component/comp.js index 534a251..b24d9ab 100644 --- a/component/comp.js +++ b/component/comp.js @@ -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/' }, ] } diff --git a/i18n/en.js b/i18n/en.js index b3615e3..acff51c 100644 --- a/i18n/en.js +++ b/i18n/en.js @@ -176,5 +176,7 @@ var en = { ok35:'ok35', zxbcc:'zxbcc', tuoluocaijing:'tuoluocaijing', + qkl123:'qkl123', + dappOnline:'DappOnline', } }; \ No newline at end of file diff --git a/i18n/zhCHS.js b/i18n/zhCHS.js index 22e9a8f..b9effd7 100644 --- a/i18n/zhCHS.js +++ b/i18n/zhCHS.js @@ -176,5 +176,7 @@ var zhCHS = { ok35:'西瓜财经', zxbcc:'指向标财经', tuoluocaijing:'陀螺财经', + qkl123:'区块链导航', + dappOnline:'DappOnline', } } \ No newline at end of file