Skip to content

Commit 3ea2bf1

Browse files
committed
适当缩短打字时间
1 parent 8bd1c6e commit 3ea2bf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/common/utils/math_utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ def translate_timestamp_to_human_readable(timestamp: float, mode: TimestampMode
8484

8585
def calculate_typing_time(
8686
input_string: str,
87-
chinese_time: float = 0.3,
88-
english_time: float = 0.15,
89-
line_break_time: float = 0.1,
87+
chinese_time: float = 0.2,
88+
english_time: float = 0.1,
89+
line_break_time: float = 0.05,
9090
is_emoji: bool = False,
9191
) -> float:
9292
"""

0 commit comments

Comments
 (0)