mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
site: add bug report in footer
This commit is contained in:
parent
5e72ea718a
commit
fd689de65e
@ -22,6 +22,14 @@
|
|||||||
<n-button text @click="push('/docs/changelog')">{{
|
<n-button text @click="push('/docs/changelog')">{{
|
||||||
t('changelog')
|
t('changelog')
|
||||||
}}</n-button>
|
}}</n-button>
|
||||||
|
<n-button
|
||||||
|
text
|
||||||
|
tag="a"
|
||||||
|
target="_blank"
|
||||||
|
href="https://github.com/TuSimple/naive-ui/issues/new/choose"
|
||||||
|
>
|
||||||
|
{{ t('reportBug') }}
|
||||||
|
</n-button>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-links-col">
|
<div class="footer-links-col">
|
||||||
<n-text depth="1" class="col-header">{{ t('community') }}</n-text>
|
<n-text depth="1" class="col-header">{{ t('community') }}</n-text>
|
||||||
@ -90,7 +98,8 @@ export default {
|
|||||||
joinUs: '加入我们',
|
joinUs: '加入我们',
|
||||||
icons: '图标库',
|
icons: '图标库',
|
||||||
dingTalk: '钉钉',
|
dingTalk: '钉钉',
|
||||||
dingTalkGroupChat: '钉钉交流群'
|
dingTalkGroupChat: '钉钉交流群',
|
||||||
|
reportBug: '报告 Bug'
|
||||||
},
|
},
|
||||||
'en-US': {
|
'en-US': {
|
||||||
resources: 'Resources',
|
resources: 'Resources',
|
||||||
@ -104,7 +113,8 @@ export default {
|
|||||||
joinUs: 'Join Us',
|
joinUs: 'Join Us',
|
||||||
icons: 'Icon Library',
|
icons: 'Icon Library',
|
||||||
dingTalk: 'DingTalk',
|
dingTalk: 'DingTalk',
|
||||||
dingTalkGroupChat: 'DingTalk Group Chat'
|
dingTalkGroupChat: 'DingTalk Group Chat',
|
||||||
|
reportBug: 'Report Bug'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user