Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ce44d181
authored
2025-09-08 09:38:28 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
9.8 lpt浏览器图标修改
1 parent
9eb08d5a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
18 deletions
index.html
public/bitbug_favicon.ico
src/viewsPc/index.vue
index.html
View file @
ce44d18
...
...
@@ -6,8 +6,8 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
<title>
lpt
</title>
<link
rel=
"icon"
href=
"/
bitbug_
favicon.ico"
>
<title>
LPT
</title>
<!-- <script src="./browser.js"></script>-->
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
...
...
public/bitbug_favicon.ico
0 → 100644
View file @
ce44d18
No preview for this file type
src/viewsPc/index.vue
View file @
ce44d18
...
...
@@ -124,27 +124,41 @@
</div>
<el-card
style=
"background: transparent; border: none"
>
<el-row>
<el-col
:lg=
"12"
>
<a
class=
"liveImgbox"
@
click=
"goDetail(livelist[0])"
>
<div
class=
"imgBox"
style=
"min-height: 200px"
>
<img
v-if=
"livelist[0]"
style=
"aspect-ratio: 1/1"
:src=
"fillImgUrl(livelist[0].picUrl)"
>
</div>
<h3
class=
"esp"
>
{{
livelist
[
0
]?.
name
}}
</h3>
</a>
</el-col>
<el-col
:lg=
"12"
>
<el-row
class=
"news-l-r"
>
<el-col
v-for=
"(n,index) in livelist.slice(0,5)"
v-show=
"index>0"
:lg=
"12"
>
<div
class=
"item"
style=
"padding: 0;margin:0 0 20px"
@
click=
"goDetail(n)"
>
<div
v-if=
"livelist.length>4"
>
<el-col
:lg=
"12"
>
<a
class=
"liveImgbox"
@
click=
"goDetail(livelist[0])"
>
<div
class=
"imgBox"
style=
"min-height: 200px"
>
<img
v-if=
"livelist[0]"
style=
"aspect-ratio: 1/1"
:src=
"fillImgUrl(livelist[0].picUrl)"
>
</div>
<h3
class=
"esp"
>
{{
livelist
[
0
]?.
name
}}
</h3>
</a>
</el-col>
<el-col
:lg=
"12"
>
<el-row
class=
"news-l-r"
>
<el-col
v-for=
"(n,index) in livelist.slice(0,5)"
v-show=
"index>0"
:lg=
"12"
>
<div
class=
"item"
style=
"padding: 0;margin:0 0 20px"
@
click=
"goDetail(n)"
>
<div
class=
"imgbox"
>
<i
class=
"playIcon"
></i>
<img
v-if=
"n"
style=
"aspect-ratio: 1/1;height: auto"
:src=
"fillImgUrl(n.picUrl)"
></div>
</div>
</el-col>
</el-row>
</el-col>
</div>
<div
v-else
>
<el-row>
<el-col
v-for=
"(n,index) in livelist"
:lg=
"6"
>
<div
class=
"item"
style=
"padding: 0;margin:0 20px 20px"
@
click=
"goDetail(n)"
>
<div
class=
"imgbox"
>
<i
class=
"playIcon"
></i>
<img
v-if=
"n"
style=
"aspect-ratio:
1/1
;height: auto"
:src=
"fillImgUrl(n.picUrl)"
></div>
<img
v-if=
"n"
style=
"aspect-ratio:
3/2
;height: auto"
:src=
"fillImgUrl(n.picUrl)"
></div>
</div>
</el-col>
</el-row>
</el-col>
</div>
</el-row>
</el-card>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment