首页侧边栏目录改为精选

This commit is contained in:
Aaron Chen 2023-07-24 21:28:47 +08:00
parent eaf5df8c0f
commit 1d696cba20

View File

@ -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: [