Commit 1208e416 authored by wang's avatar wang

ws 测试

parent c8fd976f
No preview for this file type
......@@ -6818,7 +6818,7 @@ Object.defineProperties(Navigator.prototype, {
break;
case 'platformVersion':
r = {
"platformVersion": window.ENV.useragentdata.highvalue[e[0].toLowerCase()],
"platformVersion": window.ENV.useragentdata.highvalue[e[0].toLowerCase()] ?? window.ENV.useragentdata.highvalue['platformVersion'] ,
"brands": window.ENV.useragentdata.brands,
"mobile": window.ENV.useragentdata.mobile,
"platform": window.ENV.useragentdata.platform
......@@ -6826,7 +6826,7 @@ Object.defineProperties(Navigator.prototype, {
break;
case 'uaFullVersion':
r = {
"uaFullVersion": window.ENV.useragentdata.highvalue[e[0].toLowerCase()],
"uaFullVersion": window.ENV.useragentdata.highvalue['uaFullVersion'] ?? window.ENV.useragentdata.highvalue['uafullversion'] ,
"brands": window.ENV.useragentdata.brands,
"mobile": window.ENV.useragentdata.mobile,
"platform": window.ENV.useragentdata.platform
......@@ -6842,7 +6842,7 @@ Object.defineProperties(Navigator.prototype, {
break;
case 'fullVersionList':
r = {
"fullVersionList": window.ENV.useragentdata.highvalue[e[0].toLowerCase()],
"fullVersionList": window.ENV.useragentdata.highvalue[e[0].toLowerCase()] ??window.ENV.useragentdata.highvalue['fullVersionList'] ,
"brands": window.ENV.useragentdata.brands,
"mobile": window.ENV.useragentdata.mobile,
"platform": window.ENV.useragentdata.platform
......@@ -19448,7 +19448,7 @@ Object.defineProperties(Worker.prototype, {
"use strict";
con3('set2', a.L[a.L.length - 2],'=',a.L[a.L.length - 1])
if (a.L[a.L.length - 2] === 5 && a.L[a.L.length - 1] === 154){
if (a.L[a.L.length - 2] === 8 && a.L[a.L.length - 1] === 171){
debugger
}
a.L[a.L.length - 3][a.L[a.L.length - 2]] = a.L[a.L.length - 1];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment