Merge pull request #97 from BaiMeow/master

加强速通章节,添加IP协议章节
This commit is contained in:
camera-2018
2023-08-03 01:45:09 +08:00
committed by GitHub
6 changed files with 271 additions and 4 deletions

View File

@@ -661,8 +661,12 @@ export function chapter9() {
text: '9.计算机网络',
collapsed: false,
items: [
{ text: '9.计算机网络', link: '/9.计算机网络/9.计算机网络' },
{ text: '9.1计网速通',link: '/9.计算机网络/9.1计网速通' },
{ text: '9 计算机网络', link: '/9.计算机网络/9.计算机网络' },
{ 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协议' },
]
}
]