chore: update config tree

This commit is contained in:
camera-2018
2023-05-24 21:20:48 +08:00
parent a0494a1884
commit 895c63ca24

View File

@@ -577,23 +577,23 @@ export default defineConfig({
items: [
{ text: '6.计算机安全', link: '/6.计算机安全/6.计算机安全' },
{
text: '6.1网络安全',
text: '6.2WEB安全',
collapsed: true,
items: [
{ text: '6.1网络安全', link: '/6.计算机安全/6.1网络安全' },
{ text: '6.1.1SQL 注入', link: '/6.计算机安全/6.1.1SQL 注入' },
{ text: '6.2WEB安全', link: '/6.计算机安全/6.2Web安全' },
{ text: '6.2.1SQL 注入', link: '/6.计算机安全/6.2.1SQL 注入' },
]
},
{
text: '6.2二进制安全',
text: '6.3二进制安全',
collapsed: true,
items: [
{ text: '6.2二进制安全', link: '/6.计算机安全/6.2二进制安全' },
{ text: '6.2.1基础工具的使用', link: '/6.计算机安全/6.2.1基础工具的使用' },
{ text: '6.2.2软件破解、软件加固', link: '/6.计算机安全/6.2.2软件破解、软件加固' },
{ text: '6.3二进制安全', link: '/6.计算机安全/6.3二进制安全' },
{ text: '6.3.1基础工具的使用', link: '/6.计算机安全/6.3.1基础工具的使用' },
{ text: '6.3.2软件破解、软件加固', link: '/6.计算机安全/6.3.2软件破解、软件加固' },
]
},
{ text: '6.4CTF信息安全竞赛', link: '/6.计算机安全/6.4CTF信息安全竞赛' },
{ text: '6.4密码学', link: '/6.计算机安全/6.4密码学' },
]
},
{