首页侧边栏目录改为精选
This commit is contained in:
parent
eaf5df8c0f
commit
1d696cba20
@ -58,7 +58,7 @@ module.exports = {
|
|||||||
'/': [
|
'/': [
|
||||||
'',
|
'',
|
||||||
{
|
{
|
||||||
title: 'FreeSWITCH相关', // 必要的
|
title: 'FreeSWITCH精选', // 必要的
|
||||||
collapsable: false, // 可选的, 默认值是 true,
|
collapsable: false, // 可选的, 默认值是 true,
|
||||||
sidebarDepth: 1, // 可选的, 默认值是 1
|
sidebarDepth: 1, // 可选的, 默认值是 1
|
||||||
children: [
|
children: [
|
||||||
@ -69,7 +69,7 @@ module.exports = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'PHP相关', // 必要的
|
title: 'PHP精选', // 必要的
|
||||||
collapsable: false, // 可选的, 默认值是 true,
|
collapsable: false, // 可选的, 默认值是 true,
|
||||||
sidebarDepth: 1, // 可选的, 默认值是 1
|
sidebarDepth: 1, // 可选的, 默认值是 1
|
||||||
children: [
|
children: [
|
||||||
|
Loading…
Reference in New Issue
Block a user