Merge branch 'main' of https://git.nianxx.cn/zoujing/YGChatCS into fix-109

This commit is contained in:
duanshuwen
2025-10-27 21:19:38 +08:00
20 changed files with 315 additions and 55 deletions

View File

@@ -6,7 +6,7 @@ class TypewriterManager {
constructor(options = {}) {
// 配置选项
this.options = {
typingSpeed: 50, // 打字速度(毫秒)
typingSpeed: 10, // 打字速度(毫秒)- 调整为更快的速度
cursorText: "", // 光标样式
...options,
};