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
36ece9a4
authored
Jun 16, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改gtag
parent
8908badb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
download/download.html
download/download3.html
main.html
video.html
download/download.html
View file @
36ece9a4
...
...
@@ -3,13 +3,14 @@
<head>
<meta
charset=
"utf-8"
/>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-76NDGHTQCP"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-VV9TEYVCWE"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
()
{
dataLayer
.
push
(
arguments
);
}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-
76NDGHTQCP
'
);
gtag
(
'config'
,
'G-
VV9TEYVCWE
'
);
</script>
<script
src=
"../js/buriedPoint.js?v=202206161604"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
...
...
@@ -43,7 +44,7 @@
<script
src=
"../lib/default.js?v='20220407'"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script>
$
(
function
()
{
var
browserLang
=
navigator
.
language
if
(
browserLang
.
indexOf
(
"zh"
)
==
-
1
)
{
...
...
download/download3.html
View file @
36ece9a4
...
...
@@ -3,13 +3,14 @@
<head>
<meta
charset=
"utf-8"
/>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-76NDGHTQCP"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-VV9TEYVCWE"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
()
{
dataLayer
.
push
(
arguments
);
}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-
76NDGHTQCP
'
);
gtag
(
'config'
,
'G-
VV9TEYVCWE
'
);
</script>
<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"
>
...
...
main.html
View file @
36ece9a4
...
...
@@ -4,13 +4,13 @@
<head>
<meta
charset=
"utf-8"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-
76NDGHTQCP
"
></script>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-
VV9TEYVCWE
"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
()
{
dataLayer
.
push
(
arguments
);
}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-
76NDGHTQCP
'
);
gtag
(
'config'
,
'G-
VV9TEYVCWE
'
);
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"js/buriedPoint.js?v=202206161604"
></script>
...
...
video.html
View file @
36ece9a4
...
...
@@ -4,13 +4,13 @@
<head>
<meta
charset=
"utf-8"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-
76NDGHTQCP
"
></script>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-
VV9TEYVCWE
"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
()
{
dataLayer
.
push
(
arguments
);
}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-
76NDGHTQCP
'
);
gtag
(
'config'
,
'G-
VV9TEYVCWE
'
);
</script>
<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"
>
...
...
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