-
Notifications
You must be signed in to change notification settings - Fork 63
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(device): support pixelRatio #67
Merged
Merged
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
Collaborator
SoloJiang
commented
Apr 1, 2020
- Migrate to build scripts
- Support devicePixelRatio
chenjun1011
approved these changes
Apr 2, 2020
boiawang
reviewed
Apr 2, 2020
import miniappModule from './miniapp/ali'; | ||
import wechatModule from './miniapp/wechat'; | ||
import miniappModule from './ali-miniapp'; | ||
import wechatModule from './wechat-miniprogram'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
miniapp/miniprogram,我们内部能不能统一下?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
昨天和逆葵一起聊了一下,miniapp 代表总称,ali-miniapp
代表阿里小程序,wechat-miniprogram
代表微信小程序。后面慢慢迁移到这个标准。
boiawang
approved these changes
Apr 2, 2020
yacheng
approved these changes
Apr 2, 2020
broven
pushed a commit
to broven/universal-api
that referenced
this pull request
Apr 13, 2020
* feat: support pixelRatio * feat: support weex
broven
added a commit
to broven/universal-api
that referenced
this pull request
Apr 15, 2020
* 'master' of github.com:broven/universal-api: Feat quickapp asyncstorage (raxjs#77) fix: 兼容 1.0 class 组件在 Web 下 transitionEnd 回调失效 (raxjs#47) universal-unit-tool pkg (raxjs#70) fix: compaty node (raxjs#68) feat(device): support pixelRatio (raxjs#67) feat: support bytedance microapp in universal-env (raxjs#61)
SoloJiang
added a commit
that referenced
this pull request
Apr 16, 2020
* feat: asyncstorage for bytedance * feat: request for bytedance * chore: clean pkgjson * chore: bump version * update: docs * update: docs * feat: support bytedance microapp in universal-env (#61) * feat: support isByteDance (#60) * feat: support isByteDance * fix: beta version * fix: isByteDanceMicroApp * Fix: exclude tt in judgement of wechat mini program (#65) * feat: support isByteDance * fix: beta version * fix: isByteDanceMicroApp * feat: exclude tt in isWeChatMiniProgram * feat: exclude tt in isWeChatMiniProgram * fix: version * chore: bump version Co-authored-by: 小杰 <wlj136209@alibaba-inc.com> * feat(device): support pixelRatio (#67) * feat: support pixelRatio * feat: support weex * fix: compaty node (#68) * universal-unit-tool pkg (#70) * feat: init commit for unit-tool * update: remove test script * chore: clean dep * chore: update build script * update: move doc to folder * update: doc generate * chore: bump async version * chore: remove quickapp * update: doc * doc: remove quickapp Co-authored-by: 狒狒神 <350740249@qq.com> Co-authored-by: 小杰 <wlj136209@alibaba-inc.com>
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.