Skip to content

Commit

Permalink
config: 多语言
Browse files Browse the repository at this point in the history
  • Loading branch information
artdong committed May 27, 2021
1 parent 2ddb916 commit 52b5613
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export default defineConfig({
],
navs: {
en: [
null,
{ title: 'Demo', path: '/demo' },
{ title: 'GitHub', path: 'https://github.com/artdong/react-org-tree' },
],
zh: [
null,
{ title: '示例', path: '/demo' },
{ title: 'GitHub', path: 'https://github.com/artdong/react-org-tree' },
],
},
Expand All @@ -34,6 +34,10 @@ export default defineConfig({
content:
'react, react-org-tree, react-components, javascript',
},
{
name: 'description',
content: '🏆 一个react组织树组件',
},
],
exportStatic: {},
// theme: {
Expand Down

0 comments on commit 52b5613

Please sign in to comment.