Skip to content

Commit 52b5613

Browse files
committed
config: 多语言
1 parent 2ddb916 commit 52b5613

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .umirc.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ export default defineConfig({
2020
],
2121
navs: {
2222
en: [
23-
null,
23+
{ title: 'Demo', path: '/demo' },
2424
{ title: 'GitHub', path: 'https://github.com/artdong/react-org-tree' },
2525
],
2626
zh: [
27-
null,
27+
{ title: '示例', path: '/demo' },
2828
{ title: 'GitHub', path: 'https://github.com/artdong/react-org-tree' },
2929
],
3030
},
@@ -34,6 +34,10 @@ export default defineConfig({
3434
content:
3535
'react, react-org-tree, react-components, javascript',
3636
},
37+
{
38+
name: 'description',
39+
content: '🏆 一个react组织树组件',
40+
},
3741
],
3842
exportStatic: {},
3943
// theme: {

0 commit comments

Comments
 (0)