-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat: zip publisher support browser #2744
Merged
liujuping
merged 3 commits into
alibaba:develop
from
xiaohuoni:feat-zip-publisher-support-browser
Jan 2, 2024
Merged
feat: zip publisher support browser #2744
liujuping
merged 3 commits into
alibaba:develop
from
xiaohuoni:feat-zip-publisher-support-browser
Jan 2, 2024
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2744 +/- ##
==========================================
+ Coverage 85.28% 85.30% +0.01%
==========================================
Files 222 222
Lines 8953 8957 +4
Branches 2109 2112 +3
==========================================
+ Hits 7636 7641 +5
+ Misses 1227 1226 -1
Partials 90 90 ☔ View full report in Codecov by Sentry. |
liujuping
requested review from
qingniaotonghua
and removed request for
LeoYuan
December 26, 2023 07:00
请根据测试覆盖率报告补充一下对应的测试用例 @xiaohuoni |
@qingniaotonghua done |
@xiaohuoni 分支指向 develop。 |
qingniaotonghua
approved these changes
Jan 2, 2024
奇怪,我上次分支的时候,没看到 develop 分支 |
@alilc/lowcode-code-generator 1.1.7 已发布 @xiaohuoni @liujuping |
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.
浏览器中出码支持下载项目 zip 包
浏览器中出码接入
随着现在电脑性能和浏览器技术的发展,出码其实已经不必非得在服务端做了,借助于 Web Worker 特性,可以在浏览器中进行出码:
npm install --save @alilc/lowcode-code-generator
注:一般来说在浏览器中出码适合做即时预览功能。