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) {