From ea3a3f03c096c6f4f32987ba5e9877d9761d0845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AE=E5=AD=90=E8=80=97=E8=80=97?= <3116737282@qq.com> Date: Wed, 15 Jan 2025 20:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E7=BD=91=E7=AB=99=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF=E5=A4=8D=E5=88=B6=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✨Feature 新增内容 - 为网站添加版权信息复制支持,现在复制长度大于100的字符串,会在字符串的尾部添加网站的版权信息 --- src/.vuepress/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 6368b04..967258e 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -43,6 +43,7 @@ export default hopeTheme({ plugins: { // All features are enabled for demo, only preserve features you need here + copyright: true, mdEnhance: { align: true, attrs: true,