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
35fb9f27
Commit
35fb9f27
authored
Sep 18, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收集更多信息
parent
5413f93a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
collect.js
env/templates/collect.js
+2
-2
src_out.js
src_out.js
+16
-16
No files found.
env/templates/collect.js
View file @
35fb9f27
...
...
@@ -1135,8 +1135,8 @@ try {
// /collect
// fetch("https://stage.unififi.com/env/shape", {
//
fetch("/collect", {
fetch
(
"http://127.0.0.1:39999/env/shape"
,
{
fetch
(
"/collect"
,
{
//
fetch("http://127.0.0.1:39999/env/shape", {
"headers"
:
{
"accept"
:
"*/*"
,
"accept-language"
:
"en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7"
,
...
...
src_out.js
View file @
35fb9f27
...
...
@@ -22,22 +22,22 @@ Date.now = function now() {
};
_getOwnPropertyNames
=
Object
.
getOwnPropertyNames
;
Object
.
getOwnPropertyNames
=
function
(
a
)
{
let
res
=
_getOwnPropertyNames
(
a
);
con4
(
'getOwnPropertyNames'
,
a
,
res
)
return
res
;
}
_join
=
Array
.
prototype
.
join
;
Array
.
prototype
.
join
=
function
(
s
)
{
let
res
=
_join
.
call
(
this
,
s
);
con4
(
'join'
,
this
.
length
,
this
,
s
,
res
)
if
(
this
.
indexOf
(
'countReset'
)
>
-
1
){
con4
(
'join'
,
this
.
length
,
this
,
s
,
res
)
}
return
res
}
//
_getOwnPropertyNames = Object.getOwnPropertyNames;
//
Object.getOwnPropertyNames = function (a) {
//
let res = _getOwnPropertyNames(a);
//
con4('getOwnPropertyNames', a, res)
//
return res;
//
}
//
_join = Array.prototype.join;
//
Array.prototype.join = function (s) {
//
let res = _join.call(this, s);
//
con4('join',this.length, this, s, res)
//
if (this.indexOf('countReset') > -1){
//
con4('join',this.length, this, s, res)
//
//
}
//
return res
//
}
// _getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
// Object.getOwnPropertyDescriptor = function (p, v){
// let res = _getOwnPropertyDescriptor(p,v)
...
...
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