Skip to content

Commit e5bfcb2

Browse files
committed
改一下项目结构
1 parent 73feca9 commit e5bfcb2

File tree

659 files changed

+61
-634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

659 files changed

+61
-634
lines changed

src/.vuepress/navbar.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { navbar } from "vuepress-theme-hope";
22

3-
let AD = {
4-
text: "攻防相关",
3+
let CyberSecurity = {
4+
text: "网络安全",
55
icon: "laptop-code",
6-
prefix: "AD/",
7-
link: "/AD/",
6+
prefix: "CyberSecurity/",
7+
link: "/CyberSecurity/",
88
// children: "structure",
99
};
1010
let CodeAudittutorial={
@@ -30,7 +30,7 @@ let develop={
3030
};
3131

3232
export const Navbar = navbar([
33-
AD,
33+
CyberSecurity,
3434
CodeAudittutorial,
3535
develop,
3636
others,

src/.vuepress/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { sidebar } from "vuepress-theme-hope";
22

3-
let AD = [
4-
{ text: "攻防相关",
5-
link: "/AD/",
3+
let CyberSecurity = [
4+
{ text: "网络安全",
5+
link: "/CyberSecurity/",
66
children: "structure",
77
}
88
];
@@ -26,7 +26,7 @@ let others=[{
2626
}];
2727

2828
export const Sidebar = sidebar({
29-
"/AD/":AD,
29+
"/CyberSecurity/":CyberSecurity,
3030
"/CodeAudittutorial/":CodeAudittutorial,
3131
"/develop/":develop,
3232
"/others/":others

src/AD/Shellcode/Shellcode.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)