提交 52ee9c80 编写于 作者: D DCloud_LXH

chore: systemInfo

上级 650befc5
......@@ -253,8 +253,11 @@ export const getSystemInfoSync = defineSyncApi<typeof uni.getSystemInfoSync>(
appName: __uniConfig.appName,
appVersion: __uniConfig.appVersion,
appVersionCode: __uniConfig.appVersionCode,
hostName: browserName,
hostVersion: browseVersion,
osTheme: '',
hostTheme: '',
}
hostPackageName: '',
} as UniApp.GetSystemInfoResult
}
)
......@@ -114,11 +114,12 @@ export function populateParameters(
osVersion,
osLanguage: language,
osTheme: theme,
hostTheme: theme,
hostVersion,
hostLanguage: language,
hostName: _hostName,
// TODO
hostTheme: '',
ua: '',
hostPackageName: '',
browserName: '',
browseVersion: '',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册