feat: 移除了光标 缩短打印的时间

This commit is contained in:
zoujing
2025-08-26 10:54:41 +08:00
parent 0a957310c1
commit 4750bfcf30
2 changed files with 9 additions and 7 deletions

View File

@@ -526,8 +526,8 @@ const initTypewriterManager = () => {
}
typewriterManager = new TypewriterManager({
typingSpeed: 50,
cursorText: '<text class="typing-cursor">|</text>',
typingSpeed: 30,
cursorText: '',
});
// 设置回调函数