-
Notifications
You must be signed in to change notification settings - Fork 204
feat: 图片渲染支持二维码 #3150
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
base: next
Are you sure you want to change the base?
feat: 图片渲染支持二维码 #3150
Conversation
你好 @Alexzjt,非常感谢你的贡献. Hello, @Alexzjt, Thanks for your contribution. In order to make the code more robust, please add the corresponding unit tests, and update the docs if there are API changes. |
WalkthroughThis PR introduces a new feature that supports rendering images as QR codes. It includes updates to the renderer to handle asynchronous text preparation, allowing URLs or links to be converted into QR codes before rendering. The changes also involve adding test cases, updating documentation, and modifying the package dependencies to include the Changes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #3150 +/- ##
==========================================
+ Coverage 75.77% 79.89% +4.12%
==========================================
Files 257 217 -40
Lines 11994 11907 -87
Branches 2464 2664 +200
==========================================
+ Hits 9088 9513 +425
+ Misses 1398 790 -608
- Partials 1508 1604 +96 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Size Change: +407 B (+0.06%) Total Size: 628 kB
ℹ️ View Unchanged
|
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
🔧 Chore
📝 Description
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge