Skip to content

Commit 4db584b

Browse files
committed
升级主题版本
1 parent f20a7a0 commit 4db584b

File tree

3 files changed

+1887
-3170
lines changed

3 files changed

+1887
-3170
lines changed

docs/.vuepress/theme.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ export default hopeTheme({
5353
plugins: {
5454
components: {
5555
rootComponents: {
56+
// https://plugin-components.vuejs.press/zh/guide/utilities/notice.html#%E7%94%A8%E6%B3%95
5657
notice: [
5758
{
5859
path: "/",
5960
title: "Java学习路线最新版",
61+
showOnce: true,
6062
content:
6163
"花了一个月零碎的时间,我根据当下 Java 后端求职和招聘的最新要求,对之前写的 Java 后端学习路线进行了全面的优化和改进。这可能是你所见过的最用心、最全面的 Java 后端学习路线,共 4w+ 字。",
6264
actions: [

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"nano-staged": "0.8.0",
3131
"nodejs-jieba": "0.1.2",
3232
"prettier": "3.1.1",
33-
"vue": "3.4.1",
33+
"vue": "^3.4.13",
3434
"vuepress": "2.0.0-rc.0",
35-
"vuepress-plugin-copyright2": "2.0.0-rc.10",
36-
"vuepress-plugin-feed2": "2.0.0-rc.10",
37-
"vuepress-theme-hope": "2.0.0-rc.10"
35+
"vuepress-plugin-copyright2": "2.0.0-rc.11",
36+
"vuepress-plugin-feed2": "2.0.0-rc.11",
37+
"vuepress-theme-hope": "2.0.0-rc.11"
3838
},
3939
"devDependencies": {
4040
"vuepress-plugin-components": "2.0.0-rc.11"

0 commit comments

Comments
 (0)