更新拼音字典,提高准确性;增加长句模式生僻字支持,字体大小调节,增强可读性;增加渐进模式,新手更友好;#41
Open
AshXiong wants to merge 28 commits into
Open
Conversation
|
@AshXiong is attempting to deploy a commit to the yidadaa's projects Team on Vercel. A member of the Team first needs to authorize it. |
Open
Closed
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.

更新版本效果预览:https://shuangpin.ash-xiong.de5.net/#/
项目地址https://github.com/AshXiong/shuangpin
更新摘要:
修复原有项目字典匹配不准、生僻字自动跳过 #40 、新手学习曲线过陡等问题。新增了类似 Keybr 的渐进式键位练习模式。
一、 底层解析引擎重构
pinyin-pro)。不再依赖预设字典,支持所有合法的汉语拼音组合(含冷门读音、古文生僻字)。只要有读音,即可精准映射双拼键位,解决了原有长句模式下文字“无故消失”的问题。二、 新增:渐进式键位学习模式
科学降压:
参考 Keybr 逻辑,将双拼复杂的声韵母矩阵拆解为单个键位的逐一击破。避免新手同时面对全键盘映射的认知过载。
汉字生成:
自动化晋级方案:
三、 UI 与易用性优化