feat: 打字速度提升

This commit is contained in:
2025-10-23 21:14:28 +08:00
parent bcfc4e12a0
commit f9df4c3f02
2 changed files with 2 additions and 2 deletions

View File

@@ -540,7 +540,7 @@ const initTypewriterManager = () => {
}
typewriterManager = new TypewriterManager({
typingSpeed: 30,
typingSpeed: 10,
cursorText: "",
});