This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user