Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8e94da75
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
7029e09e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
download/download.html
js/buriedPoint.js
main.html
download/download.html
View file @
8e94da75
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
gtag
(
'config'
,
'G-76NDGHTQCP'
);
gtag
(
'config'
,
'G-76NDGHTQCP'
);
</script>
</script>
<script
src=
"../js/buriedPoint.js?v=20220616160
1
"
></script>
<script
src=
"../js/buriedPoint.js?v=20220616160
2
"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
...
...
This diff is collapsed.
Click to expand it.
js/buriedPoint.js
View file @
8e94da75
...
@@ -44,7 +44,11 @@ function clickDownload(callback) {
...
@@ -44,7 +44,11 @@ function clickDownload(callback) {
lang
:
2
lang
:
2
},
},
success
:
function
(
res
)
{
success
:
function
(
res
)
{
var
mResult
=
JSON
.
parse
(
res
);
if
(
typeof
res
==
'string'
)
{
var
mResult
=
JSON
.
parse
(
res
);
}
else
{
var
mResult
=
res
;
}
callback
&&
callback
(
mResult
.
result
);
callback
&&
callback
(
mResult
.
result
);
}
}
})
})
...
...
This diff is collapsed.
Click to expand it.
main.html
View file @
8e94da75
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
gtag
(
'config'
,
'G-76NDGHTQCP'
);
gtag
(
'config'
,
'G-76NDGHTQCP'
);
</script>
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"js/buriedPoint.js?v=20220616160
1
"
></script>
<script
src=
"js/buriedPoint.js?v=20220616160
2
"
></script>
<script>
<script>
//获取icid
//获取icid
var
_url
=
"https://webserver.yabolive.net"
;
var
_url
=
"https://webserver.yabolive.net"
;
...
...
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