Skip to content

Commit 89cf0cb

Browse files
committed
feat:vuepress-theme-hope版本升级
1 parent 24a1899 commit 89cf0cb

File tree

6 files changed

+1679
-1350
lines changed

6 files changed

+1679
-1350
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"permissions": {
33
"allow": [
44
"Bash(pnpm install:*)",
5-
"WebSearch"
5+
"WebSearch",
6+
"Bash(pnpm dlx:*)"
67
]
78
}
89
}

docs/home.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ head:
1010

1111
## 项目介绍
1212

13-
- 这是 [JavaGuide](https://javaguide.cn/) 面试突击版本,适合突击面试的小伙伴。并且,提供了 PDF 下载,方便大家离线阅读/打印,阅读体验非常高。
13+
- **这是 [JavaGuide](https://javaguide.cn/) 面试突击版本,适合突击面试的小伙伴。** 并且,提供了 PDF 下载,方便大家离线阅读/打印,阅读体验非常高。
1414
- 如果你准备面试的时间比较充足的话,建议阅读完整版,针对重要的知识点有更详细的讲解。地址:**[javaguide.cn](https://javaguide.cn/)**
15-
- 专属面试小册/一对一交流/简历修改/专属求职指南,欢迎加入 **[JavaGuide 知识星球](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html)**(点击链接即可查看星球的详细介绍,一定确定自己真的需要再加入)。
15+
- **不只是 Java 面试能用!** 网站中的数据库和缓存(MySQL、Redis)、计算机基础(计算机网络、操作系统)、系统设计(设计模式)等内容是后端通用的,适用于各种语言的后端面试。
16+
- **Go 面试题正在筹备中**,将会以高质量的内容与大家见面,敬请期待!如果大家还有其他什么需要的,也欢迎给我提供建议。
17+
- **专属面试小册/一对一交流/简历修改/专属求职指南**,欢迎加入 **[JavaGuide 知识星球](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html)**(点击链接即可查看星球的详细介绍,一定确定自己真的需要再加入)。
1618

1719
## Java
1820

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
[![《SpringAI 智能面试平台+RAG 知识库》](https://oss.javaguide.cn/xingqiu/interview-guide-banner.png)](https://javaguide.cn/zhuanlan/interview-guide.html)
22

3+
## 前言
4+
5+
这是 **JavaGuide 面试突击版本**,只保留最常问的面试题,并对重点内容进行了 ⭐️ 标注。提供亮色和暗色两个主题,需要打印的朋友请选择亮色版本。
6+
7+
时间充裕的朋友,推荐使用 [JavaGuide](https://javaguide.cn/) 网站系统学习,内容更全面深入。
8+
9+
如果你想要付费支持/面试辅导(比如简历优化、一对一提问、高频考点突击资料等)的话,欢迎了解我的[知识星球](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html)。已经坚持维护六年,内容持续更新,虽白菜价(0.4元/天)但质量很高,主打一个良心!
10+
11+
面试突击最新版可在公众号回复「**PDF**」获取(知识星球会提前同步最新版)。
12+
13+
![JavaGuide 公众号](https://oss.javaguide.cn/github/javaguide/gongzhonghao-javaguide.png)
14+
15+
::: tip 重要说明
16+
17+
本站所有面试题保持**年度系统性优化完善**,严格同步 Java 技术生态与招聘市场的最新动态,**确保内容时效性与前瞻性**
18+
19+
:::

docs/snippets/small-advertisement.snippet.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@
1111
面试突击最新版可在公众号回复「**PDF**」获取(知识星球会提前同步最新版)。
1212

1313
![JavaGuide 公众号](https://oss.javaguide.cn/github/javaguide/gongzhonghao-javaguide.png)
14+
15+
::: tip 重要说明
16+
17+
本站所有面试题保持**年度系统性优化完善**,严格同步 Java 技术生态与招聘市场的最新动态,**确保内容时效性与前瞻性**
18+
19+
:::

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
".md": "markdownlint-cli2"
2121
},
2222
"dependencies": {
23-
"mermaid": "^11.12.2",
24-
"@vuepress/bundler-vite": "2.0.0-rc.24",
25-
"@vuepress/plugin-feed": "2.0.0-rc.112",
26-
"@vuepress/plugin-search": "2.0.0-rc.112",
23+
"@vuepress/bundler-vite": "2.0.0-rc.26",
24+
"@vuepress/plugin-feed": "2.0.0-rc.124",
25+
"@vuepress/plugin-search": "2.0.0-rc.124",
2726
"husky": "9.1.7",
2827
"markdownlint-cli2": "0.17.1",
2928
"mathjax-full": "3.2.2",
29+
"mermaid": "^11.13.0",
3030
"nano-staged": "0.8.0",
3131
"prettier": "3.4.2",
32-
"sass-embedded": "1.89.2",
33-
"vue": "^3.5.18",
34-
"vuepress": "2.0.0-rc.24",
35-
"vuepress-theme-hope": "2.0.0-rc.94"
32+
"sass-embedded": "^1.97.3",
33+
"vue": "^3.5.30",
34+
"vuepress": "2.0.0-rc.26",
35+
"vuepress-theme-hope": "2.0.0-rc.103"
3636
},
3737
"packageManager": "pnpm@10.0.0"
3838
}

0 commit comments

Comments
 (0)