This commit is contained in:
2020-03-02 23:55:05 +00:00
parent b44ffdc49b
commit 6465f04d9e
5 changed files with 36 additions and 20 deletions

View File

@@ -1,21 +1,5 @@
export default {
version: "8.0.0-alpha.2020.Feb-27",
version: "8.0.0-alpha.2020.Feb-29",
copyright:
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved",
browser: {
platform: window.navigator.platform,
userAgent: window.navigator.userAgent,
languages: window.navigator.languages,
tz: Intl.DateTimeFormat().resolvedOptions().timeZone,
oscpu: window.navigator.oscpu,
maxTouchPoints: window.navigator.maxTouchPoints,
webdriver: window.navigator.webdriver,
vendor: window.navigator.vendor,
availWidth: window.screen.availWidth,
availHeight: window.screen.availHeight,
width: window.screen.width,
height: window.screen.height,
devicePixelRatio: window.devicePixelRatio,
pixelDepth: window.screen.pixelDepth
}
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
};