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
2ddb7b82
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8e94da75
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
download/download.html
js/buriedPoint.js
main.html
download/download.html
View file @
2ddb7b82
...
@@ -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
2
"
></script>
<script
src=
"../js/buriedPoint.js?v=20220616160
4
"
></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 @
2ddb7b82
...
@@ -11,7 +11,8 @@ function url_get_params() {
...
@@ -11,7 +11,8 @@ function url_get_params() {
}
}
return
theRequest
;
return
theRequest
;
}
}
var
icid
=
url_get_params
().
mrefer
;
// var icid = url_get_params().mrefer;
var
icid
=
localStorage
.
mrefer
;
if
(
!
icid
)
{
if
(
!
icid
)
{
icid
=
window
.
location
.
href
;
icid
=
window
.
location
.
href
;
}
else
{
}
else
{
...
...
This diff is collapsed.
Click to expand it.
main.html
View file @
2ddb7b82
...
@@ -13,13 +13,14 @@
...
@@ -13,13 +13,14 @@
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
2
"
></script>
<script
src=
"js/buriedPoint.js?v=20220616160
4
"
></script>
<script>
<script>
//获取icid
//获取icid
var
_url
=
"https://webserver.yabolive.net"
;
var
_url
=
"https://webserver.yabolive.net"
;
var
hrf
=
window
.
location
.
href
;
var
hrf
=
window
.
location
.
href
;
if
(
hrf
.
indexOf
(
'/d/'
)
>
-
1
||
hrf
.
indexOf
(
'/D/'
)
>
-
1
)
{
if
(
hrf
.
indexOf
(
'/d/'
)
>
-
1
||
hrf
.
indexOf
(
'/D/'
)
>
-
1
)
{
localStorage
.
setItem
(
'from'
,
'tg'
);
localStorage
.
setItem
(
'from'
,
'tg'
);
localStorage
.
setItem
(
'mrefer'
,
url_get_params
().
mrefer
);
viewPage
(
checkIp
);
viewPage
(
checkIp
);
}
else
if
(
hrf
.
indexOf
(
'vip'
)
>
-
1
)
{
}
else
if
(
hrf
.
indexOf
(
'vip'
)
>
-
1
)
{
localStorage
.
setItem
(
'from'
,
'vip'
);
localStorage
.
setItem
(
'from'
,
'vip'
);
...
...
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