From fc6a6a03b82f340bc2a2e363c2ae1c926a81d72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=80=E6=A2=A6?= <3501646051@qq.com> Date: Thu, 25 Dec 2025 10:37:59 +0800 Subject: [PATCH] =?UTF-8?q?docs(config):=20=E6=9B=B4=E6=96=B0=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E5=9F=9F=E5=90=8D=E5=B9=B6=E6=B7=BB=E5=8A=A0=E9=A1=B5?= =?UTF-8?q?=E8=84=9A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将站点域名从 'https://notes.simengweb.com' 更改为 'https://www.simengweb.com' 以统一品牌标识 新增页脚内容,包含温馨提示和备案信息 --- docs/.vuepress/config.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 7dbc433..fd3e835 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -33,7 +33,7 @@ export default defineUserConfig({ theme: plumeTheme({ /* 站点域名,启动 SEO 优化 */ - hostname: 'https://notes.simengweb.com', + hostname: 'https://www.simengweb.com', /* 博客文章页面链接前缀 */ article: '/article/', @@ -52,7 +52,10 @@ export default defineUserConfig({ /* 本地搜索, 默认启用 */ search: { provider: 'local' }, - + footer: { + message: '愿每一份温柔都被世界珍藏 ✨', + copyright: '沪ICP备2023010022号-1©2025祀梦的个人博客' + }, /** * 博客相关配置 */ @@ -87,8 +90,9 @@ export default defineUserConfig({ }, codeHighlighter: { - lineNumbers: true, + lineNumbers: true, } + }), plugins: [