Files
thejinchao.github.io/docs/.vuepress/config/nav.js
T
2025-02-20 22:28:12 +08:00

6 lines
99 B
JavaScript

// nav
module.exports = [
{ text: '首页', link: '/' },
{ text: '文章', link: '/blog/' },
]