Merged
Conversation
luzhenhua
added a commit
that referenced
this pull request
Oct 8, 2025
lesson 页面增加控制播放速度按钮以及播放速度持久化 感谢 @reaishijie (https://github.com/reaishijie) 的贡献 🙏
luzhenhua
added a commit
that referenced
this pull request
Oct 19, 2025
- 更新核心功能列表,新增循环模式和全局快捷键 - 更新版本历史,包含 v1.0.0 至 v1.3.0 的详细更新记录 - 改写免责声明,强调正版教材的重要性 - 新增致谢章节: - 感谢 @reaishijie 的播放速度控制功能贡献(PR #3) - 感谢 @iChochy 提供的完整 NCE 学习资料(封面、MP3、LRC)
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.
在返回按钮旁边增加控制音频速度功能,代码中assets/lesson.js 72-112行,其他使用了SHIFT + ALT +F进行了格式化。lesson.html新增29-31行控制速度按钮。使用localStorage进行速度设置持久化。