chore: index

This commit is contained in:
camera-2018
2023-08-21 02:36:44 +08:00
parent 5e4ce7c2fc
commit 0158074e3f
2 changed files with 11 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export function main_sidebar() {
{ text: '1.10如何读论文', link: '/1.杭电生存指南/1.10如何读论文' },
{ text: '1.11陷入虚无主义?进来看看吧', link: '/1.杭电生存指南/1.11陷入虚无主义?进来看看吧' },
{ text: '1.12选课原则与抢课技巧', link: '/1.杭电生存指南/1.12选课原则与抢课技巧' },
{ text: '1.13数学学习篇', link: '/1.杭电生存指南/1.13数学学习篇'},
{ text: '1.13数学学习篇', link: '/1.杭电生存指南/1.13数学学习篇' },
]
},
{
@@ -665,9 +665,15 @@ export function chapter9() {
{ text: '9.1 计网速通', link: '/9.计算机网络/9.1计网速通' },
{ text: '9.2.1 物理层' },
{ text: '9.2.2 链路层' },
{ text: '9.2.3 网络层' , link: '/9.计算机网络/9.2.3网络层'},
{ text: '9.2.3.1 IP 协议', link: '/9.计算机网络/9.2.3.1IP协议' },
{ text: '9.2.3.2 子网与无类域间路由', link:'/9.计算机网络/9.2.3.2子网与无类域间路由'}
{
text: '9.2.3 网络层',
collapsed: true,
items: [
{ text: '9.2.3 网络层', link: '/9.计算机网络/9.2.3网络层' },
{ text: '9.2.3.1 IP 协议', link: '/9.计算机网络/9.2.3.1IP协议' },
{ text: '9.2.3.2 子网与无类域间路由', link: '/9.计算机网络/9.2.3.2子网与无类域间路由' }
]
},
]
}
]