Commit f4742776 authored by zheng liu's avatar zheng liu

Merged in dev (pull request #65)

feat:
parents ea593f59 80a15234
...@@ -237,9 +237,14 @@ export class ElementNavComponent implements OnInit { ...@@ -237,9 +237,14 @@ export class ElementNavComponent implements OnInit {
'name': 'Website' 'name': 'Website'
}, },
{ {
'id': 'BBS', 'id': 'Document',
'click': 'BBS', 'click': 'Document',
'name': 'BBS' 'name': 'Document'
},
{
'id': 'Support',
'click': 'Support',
'name': 'Support'
}] }]
}, { }, {
'id': 'Language', 'id': 'Language',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment