diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 5f42489..ab7b940 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -78,9 +78,9 @@ module.exports = ctx => ({ } }, nav: [ - { text: 'Home', link: '/', exact: true }, - { text: 'Articles', link: '/posts/' }, - { text: 'BuyMeACoffee', link: '/tip/' }, + { text: 'Home 首页', link: '/', exact: true }, + { text: 'Articles 文章', link: '/posts/' }, + { text: 'BuyMeACoffee 打赏', link: '/tip/' }, { text: 'YouTube', link: YOUTUBE.link }, ISSUES ],