feat: 移除了光标 缩短打印的时间
This commit is contained in:
@@ -526,8 +526,8 @@ const initTypewriterManager = () => {
|
||||
}
|
||||
|
||||
typewriterManager = new TypewriterManager({
|
||||
typingSpeed: 50,
|
||||
cursorText: '<text class="typing-cursor">|</text>',
|
||||
typingSpeed: 30,
|
||||
cursorText: '',
|
||||
});
|
||||
|
||||
// 设置回调函数
|
||||
|
||||
Reference in New Issue
Block a user