From 73244a0c558b4917992776be451af85110e2afa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=B3=E6=89=93=E7=9E=8C=E7=9D=A1?= Date: Tue, 9 Jul 2024 22:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=87=E6=A1=88=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index c513d81..ccd4e26 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -39,7 +39,7 @@ export default defineConfig({ // lastUpdatedText: "最近更新时间", docFooter: { prev: '上一篇', next: '下一篇' }, footer: { - message: 'Released under the MIT License.', + message: ' 豫ICP备2023030549号-1)', copyright: 'Copyright © 2024' } }