Merge branch 'refactor' into rel_fix

This commit is contained in:
meng_xi_pan
2025-04-02 03:12:46 +08:00
26 changed files with 1173 additions and 536 deletions

View File

@@ -366,6 +366,7 @@ def calculate_typing_time(input_string: str, chinese_time: float = 0.2, english_
total_time += chinese_time
else: # 其他字符(如英文)
total_time += english_time
return total_time + 0.3 # 加上回车时间