Skip to content

Commit

Permalink
更新座右铭
Browse files Browse the repository at this point in the history
  • Loading branch information
onresize committed Jul 8, 2024
1 parent 77ec6f1 commit dbcc827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/utils/print.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dbcc827

Please sign in to comment.