Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
湖
湖南口味王-520猜数游戏-20250409
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
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
湖南口味王-520猜数游戏-20250409
Commits
6cbabd53
Commit
6cbabd53
authored
Apr 17, 2025
by
wangzhujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
js
parent
1554bafa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
index.html
dist/index.html
+5
-5
project.settings.json
project.settings.json
+1
-1
index.html
public/index.html
+1
-0
No files found.
dist/index.html
View file @
6cbabd53
<!doctype html>
<html
lang=
"zh"
><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,shrink-to-fit=no"
><meta
name=
"theme-color"
content=
"#000000"
><link
rel=
"dns-prefetch"
href=
"//yun.duiba.com.cn"
/><link
rel=
"preconnect"
href=
"//embedlog.duiba.com.cn"
><title>
赚钱秒来劲
</title><script>
if
(
localStorage
&&
localStorage
.
isWebp
)
{
<!doctype html>
<html
lang=
"zh"
><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,shrink-to-fit=no"
><meta
name=
"theme-color"
content=
"#000000"
><link
rel=
"dns-prefetch"
href=
"//yun.duiba.com.cn"
/><link
rel=
"preconnect"
href=
"//embedlog.duiba.com.cn"
><title>
赚钱秒来劲
</title><script>
if
(
localStorage
&&
localStorage
.
isWebp
)
{
document
document
.
getElementsByTagName
(
'html'
)[
0
]
.
getElementsByTagName
(
'html'
)[
0
]
.
setAttribute
(
'duiba-webp'
,
'true'
);
.
setAttribute
(
'duiba-webp'
,
'true'
);
}
</script><script
src=
"//yun.duiba.com.cn/spark/v2/spark.base.fz.wxpollyfill.js"
></script><script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script><script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script><script>
"use strict"
;
}
</script><script
src=
"//yun.duiba.com.cn/spark/v2/spark.base.fz.wxpollyfill.js"
></script><script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script><script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script><script
src=
"//res.wx.qq.com/open/js/jweixin-1.6.0.js"
></script><script
>
"use strict"
;
var
CFG
=
CFG
||
{};
var
CFG
=
CFG
||
{};
CFG
.
projectId
=
location
.
pathname
.
split
(
'/'
)[
2
]
||
'1'
;
CFG
.
projectId
=
location
.
pathname
.
split
(
'/'
)[
2
]
||
'1'
;
...
...
project.settings.json
View file @
6cbabd53
{
"proSetting"
:{
"projectxIDs"
:{
"testId"
:[{
"label"
:
"test"
,
"value"
:
"pae1f48ca"
}],
"prodId"
:[]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
{
"proSetting"
:{
"projectxIDs"
:{
"testId"
:[{
"label"
:
"test"
,
"value"
:
"pae1f48ca"
}],
"prodId"
:[
{
"label"
:
"线上测试"
,
"value"
:
"pb631cf55"
}
]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
public/index.html
View file @
6cbabd53
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
<script
src=
"//yun.duiba.com.cn/spark/v2/spark.base.fz.wxpollyfill.js"
></script>
<script
src=
"//yun.duiba.com.cn/spark/v2/spark.base.fz.wxpollyfill.js"
></script>
<script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script>
<script
src=
"//res.wx.qq.com/open/js/jweixin-1.6.0.js"
></script>
<script>
<script>
var
CFG
=
CFG
||
{};
var
CFG
=
CFG
||
{};
CFG
.
projectId
=
location
.
pathname
.
split
(
'/'
)[
2
]
||
'1'
;
CFG
.
projectId
=
location
.
pathname
.
split
(
'/'
)[
2
]
||
'1'
;
...
...
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