mirror of
https://bgithub.xyz/mtrlps-community/lps-community-guide.git
synced 2026-02-25 14:11:03 +08:00
chore(index): 修改图片路径
This commit is contained in:
@@ -17,15 +17,15 @@ hide:
|
||||
<h2>资源分类</h2>
|
||||
<div class="productsTable">
|
||||
<a class="product" href="/tutorial">
|
||||
<img src="/assets/official-icon.png" alt="official info" />
|
||||
<img src="/assets/img/official-icon.png" alt="official info" />
|
||||
<h3>进服教程与官方资源</h3>
|
||||
</a>
|
||||
<a class="product" href="/community/downloads">
|
||||
<img src="/assets/community-icon.png" alt="community info" />
|
||||
<img src="/assets/img/community-icon.png" alt="community info" />
|
||||
<h3>社区资源</h3>
|
||||
</a>
|
||||
<a class="product" href="/about">
|
||||
<img src="/assets/about-page-icon.png" alt="about us" />
|
||||
<img src="/assets/img/about-page-icon.png" alt="about us" />
|
||||
<h3>关于本站</h3>
|
||||
</a>
|
||||
</div>
|
||||
@@ -61,7 +61,7 @@ hide:
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--md-default-bg-color);
|
||||
background-image: url(/assets/index-thumbnail.webp);
|
||||
background-image: url(/assets/img/index-thumbnail.webp);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user