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
8908badb
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
2ddb7b82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.html
main.html
View file @
8908badb
...
...
@@ -312,7 +312,7 @@
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
roomList
.
length
;
i
++
)
{
var
list
=
data
.
roomList
[
i
]
html
+=
'
<
a
href
=
"download/download
4.html?qd=ftsBH5ZB
"
><
div
class
=
"live-box"
>
';
html
+=
'
<
a
href
=
"download/download
.html
"
><
div
class
=
"live-box"
>
';
html += '
<
div
class
=
"live-face-box"
><
img
src
=
"https://zhibocdn.yabolive.net/comm' + list.face.split('?')[0] + '?x-oss-process=image/resize,w_180"
alt
=
""
><
/div>'
;
html
+=
'
<
div
class
=
"live-box-name"
>
' + list.nickname + '
<
/div>'
;
html
+=
'
<
/div></
a
>
';
...
...
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