diff --git a/src/.vuepress/components/BlogHero.vue b/src/.vuepress/components/BlogHero.vue index 14d9c87..e75b85a 100644 --- a/src/.vuepress/components/BlogHero.vue +++ b/src/.vuepress/components/BlogHero.vue @@ -1,14 +1,12 @@ \ No newline at end of file diff --git a/src/.vuepress/public/favicon.ico b/src/.vuepress/public/favicon.ico index b411f79..7a99168 100644 Binary files a/src/.vuepress/public/favicon.ico and b/src/.vuepress/public/favicon.ico differ diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index f61ccb9..ff9ffc7 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -30,10 +30,17 @@ export default sidebar({ prefix: "java/", children: [ { - text: "Framework", + text: "框架", icon: "simple-icons:framework", collapsible: true, - prefix: "framework/", + prefix: "框架/", + children: "structure", + }, + { + text: "工具箱", + icon: "simple-icons:framework", + collapsible: true, + prefix: "工具箱/", children: "structure", } ] diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index f6af387..7e64ce0 100644 --- a/src/.vuepress/styles/index.scss +++ b/src/.vuepress/styles/index.scss @@ -1 +1,13 @@ // place your custom styles here +// .vuepress/styles/index.scss + +/* .vuepress/styles/index.scss */ + +.hitokoto-text { + color: #DC143C !important; // 替换为你想要的颜色 +} + +.hitokoto-author { + color: #DC143C!important; // 可选:也可自定义作者名颜色 +} + diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 991525b..bc993ca 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -8,7 +8,6 @@ export default hopeTheme( hostname: "http://10.6.212.39:8080", author: { name: "LiuMangMang", - email: "362165265@qq.com" }, license: "CC 4.0", // 导航栏 @@ -23,6 +22,7 @@ export default hopeTheme( footer: "Powered by VuePress | Theme by Hope", displayFooter: true, lastUpdated: false, + darkmode: "toggle", // 博客相关 blog: { description: "一个后端开发者", diff --git a/src/README.md b/src/README.md index 3bcfbaf..db7514e 100644 --- a/src/README.md +++ b/src/README.md @@ -8,7 +8,8 @@ tagline: '' #heroImage: logo/transparentLogo.png #heroImageDark: logo/transparentLogo.png #heroAlt: 可爱小熊猫 -#bgImage: bg/bgImage.jpg +bgImage: bg/day.png +bgImageDark: bg/night.png heroFullScreen: true icon: house