From dbcc827019e1dac60f44c559466c0ee09ee1d71d Mon Sep 17 00:00:00 2001 From: onresize Date: Mon, 8 Jul 2024 17:18:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BA=A7=E5=8F=B3=E9=93=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/utils/print.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/utils/print.js b/docs/.vuepress/utils/print.js index 6a834ae..e7af03f 100644 --- a/docs/.vuepress/utils/print.js +++ b/docs/.vuepress/utils/print.js @@ -82,7 +82,7 @@ // }).print(); const autoWriting = (index = 0) => { - let str = 'Hi there ✋, Welcome to my blog!' + let str = '保持对代码的敬畏, 保持对技术的热爱!' const dom = document.getElementById('main-title') let ret = '' if (index < str.length) {