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
b41bf8d0
Commit
b41bf8d0
authored
Sep 19, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收集更多信息
parent
9b03a233
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
33 deletions
+25
-33
collect.js
env/templates/collect.js
+3
-3
src_run.js
src_run.js
+19
-30
sss.js
sss.js
+3
-0
No files found.
env/templates/collect.js
View file @
b41bf8d0
...
...
@@ -1136,9 +1136,9 @@ try {
// console.log(2, body.length)
// /collect
fetch
(
"https://stage.unififi.com/env/shape"
,
{
//
fetch("/collect", {
//
fetch("http://127.0.0.1:39999/env/shape", {
//
fetch("https://stage.unififi.com/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_run.js
View file @
b41bf8d0
This diff is collapsed.
Click to expand it.
sss.js
View file @
b41bf8d0
This diff is collapsed.
Click to expand it.
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