已兼容wx基础库 2.20.1 之后的getSystemInfoSync()#6020
Open
LelandJin wants to merge 2 commits into
Open
Conversation
added 2 commits
June 17, 2025 11:36
尝试通过合并多个API获取更全面的系统信息,失败时回退到原有方法 添加SDKVersion到SystemInfo接口定义 修复canIUseNextTick和canIUseGetUserProfile中的wx引用问题
移除不必要的 window.wx 引用,直接使用全局 wx 对象检测 API 可用性
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.
type(ComponentName?):commit message
-feat(version): 添加 SDKVersion 到 SystemInfo 并优化 API 检测
-fix(version): 优化系统信息获取逻辑并添加错误处理
尝试通过合并多个API获取更全面的系统信息,失败时回退到原有方法
添加SDKVersion到SystemInfo接口定义
修复canIUseNextTick和canIUseGetUserProfile中的wx引用问题