diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 089c26d..8692a87 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -48,7 +48,7 @@ module.exports = { link: '/doc/kernel/', }, { - text: '组件', + text: '构件', link: '/doc/component/' }, { @@ -126,7 +126,7 @@ module.exports = { children: getSidebarByCategory('kernel','en') }, { - title: '组件', + title: '构件', children: getSidebarByCategory('component','en') }, {