提交 949b7ae2 编写于 作者: Q qiang

Merge branch 'dev' into alpha

...@@ -87,8 +87,8 @@ export function getSystemInfoSync () { ...@@ -87,8 +87,8 @@ export function getSystemInfoSync () {
} }
} else if (isIPadOS) { } else if (isIPadOS) {
model = 'iPad' model = 'iPad'
osname = 'iPadOS' osname = 'iOS'
osversion = typeof window.BigInt === 'function' ? '14' : '13' osversion = typeof window.BigInt === 'function' ? '14.0' : '13.0'
} else if (isWindows || isMac || isLinux) { } else if (isWindows || isMac || isLinux) {
model = 'PC' model = 'PC'
const osversionFind = ua.match(/\((.+?)\)/)[1] const osversionFind = ua.match(/\((.+?)\)/)[1]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册