Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
1208e416
Commit
1208e416
authored
Oct 10, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws 测试
parent
c8fd976f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
sss.js
sss.js
+2
-1
src_run_test.js
ws/src/src_run_test.js
+4
-4
No files found.
sss.js
View file @
1208e416
No preview for this file type
ws/src/src_run_test.js
View file @
1208e416
...
...
@@ -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];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment