.3493624936399236:502ed24c76349454eb842155dfe62f90_69f0c415608fb1cfaa8ff0e5.69f0d310482b0c8b379d64e6.69f0d30f8c41bd398fecc13b:Trae CN.T(2026/4/28 23:32:32)#8
Open
muyusajiangtian wants to merge 1 commit into
Conversation
在菜单中添加"查看历史"选项,实现测试结果历史记录展示功能。新增show_history函数用于显示最近10次测试的WPM、准确率和日期,并计算平均成绩。同时修改show_menu函数以支持新功能选项。 历史记录界面包含以下功能: 1. 显示最近10次测试结果 2. 计算并显示平均WPM和准确率 3. 支持ESC键返回菜单 4. 当无历史记录时显示提示信息
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在菜单中添加"查看历史"选项,实现测试结果历史记录展示功能。新增show_history函数用于显示最近10次测试的WPM、准确率和日期,并计算平均成绩。同时修改show_menu函数以支持新功能选项。
历史记录界面包含以下功能: