Skip to content

Commit b652f0a

Browse files
committed
不知道为啥编译失败了
1 parent e4bc5a9 commit b652f0a

File tree

49 files changed

+705
-17903
lines changed

Some content is hidden

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

49 files changed

+705
-17903
lines changed

package-lock.json

Lines changed: 0 additions & 16009 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"docs:update-package": "pnpm dlx vp-update"
1616
},
1717
"devDependencies": {
18-
"@vuepress/bundler-vite": "2.0.0-rc.8",
18+
"@vuepress/bundler-vite": "2.0.0-rc.18",
1919
"@vuepress/plugin-feed": "2.0.0-rc.18",
2020
"@vuepress/plugin-seo": "2.0.0-rc.18",
2121
"@vuepress/plugin-sitemap": "2.0.0-rc.18",
2222
"mddir": "^1.1.1",
2323
"vue": "^3.4.21",
24-
"vuepress": "2.0.0-rc.8",
24+
"vuepress": "2.0.0-rc.18",
2525
"vuepress-plugin-search-pro": "2.0.0-rc.27",
2626
"vuepress-theme-hope": "2.0.0-rc.27"
2727
}

pnpm-lock.yaml

Lines changed: 661 additions & 591 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/.vuepress/config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineUserConfig } from "vuepress";
22
import { viteBundler } from "@vuepress/bundler-vite";
3-
import theme from "./theme.js";
4-
import { searchProPlugin } from "vuepress-plugin-search-pro";
3+
import theme from "./theme";
4+
// import { searchProPlugin } from "vuepress-plugin-search-pro";
55

66
export default defineUserConfig({
77
base: "/DailyNotes/",
@@ -15,8 +15,8 @@ export default defineUserConfig({
1515

1616
// Enable it with pwa
1717
// shouldPrefetch: false,
18-
plugins: [
19-
searchProPlugin({
20-
}),
21-
],
18+
// plugins: [
19+
// searchProPlugin({
20+
// }),
21+
// ],
2222
});

src/.vuepress/theme.ts

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { hopeTheme } from "vuepress-theme-hope";
2-
import { Navbar } from "./navbar.js";
3-
import { Sidebar } from "./sidebar.js";
2+
import { Navbar } from "./navbar";
3+
import { Sidebar } from "./sidebar";
44

55
export default hopeTheme({
6+
hostname: "https://echo0d.github.io/",
67
author: {
78
name: "echo0d",
89
url: "",
@@ -44,15 +45,6 @@ export default hopeTheme({
4445
},
4546

4647
plugins: {
47-
// You should generate and use your own comment service
48-
// comment: {
49-
// provider: "Giscus",
50-
// repo: "vuepress-theme-hope/giscus-discussions",
51-
// repoId: "R_kgDOG_Pt2A",
52-
// category: "Announcements",
53-
// categoryId: "DIC_kwDOG_Pt2M4COD69",
54-
// },
55-
5648
// All features are enabled for demo, only preserve features you need here
5749
mdEnhance: {
5850
align: true,
@@ -87,16 +79,15 @@ export default hopeTheme({
8779
indexContent: true,
8880
},
8981
seo: true,
90-
sitemap: {
91-
devHostname: "https://echo0d.github.io/",
92-
hostname: "https://echo0d.github.io/",
93-
},
82+
sitemap: true,
9483

9584
feed: {
9685
rss: true,
9786
atom: true,
9887
json: true,
99-
hostname: "https://echo0d.github.io/",
88+
channel: {
89+
link: "https://echo0d.github.io/"
90+
}
10091
},
10192
},
10293
});
56.5 KB
Binary file not shown.

src/CyberSecurity/RedTeam/2-WebVulnerability/fastjson/code/FastjsonTest/pom.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/CyberSecurity/RedTeam/2-WebVulnerability/fastjson/code/FastjsonTest/src/main/java/User.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/CyberSecurity/RedTeam/2-WebVulnerability/fastjson/code/FastjsonTest/src/main/java/parseObjectTest.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/CyberSecurity/RedTeam/2-WebVulnerability/fastjson/code/FastjsonVul_1.2.24/pom.xml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)