-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 增补字库以及修复生僻字输入键盘一些问题 (#844) #845
Conversation
* feat: 更新字库数据 * fix: 增补字库并修复生僻字输入键盘的一些问题 * fix: 修复单测问题 --------- Co-authored-by: xingying <dikang.lidikang@alibaba-inc.com>
🎊 PR Preview 09b2ae5 has been successfully built and deployed to https://ant-design-ant-design-mini-preview-pr-845.surge.sh 🕐 Build time: 647.54s 🤖 By surge-preview |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #845 +/- ##
==========================================
- Coverage 83.93% 83.66% -0.28%
==========================================
Files 59 59
Lines 1457 1469 +12
Branches 442 443 +1
==========================================
+ Hits 1223 1229 +6
- Misses 208 214 +6
Partials 26 26
☔ View full report in Codecov by Sentry. |
这个时候再次打开键盘,应该 error 为 false ,而字体没有加载完成 |
|
希望可以为上面两个场景补上单元测试。 |
feat: 更新字库数据
fix: 增补字库并修复生僻字输入键盘的一些问题
fix: 修复单测问题