chore(index): 修改图片路径

This commit is contained in:
fenychn0206
2026-02-07 00:58:11 +08:00
parent 9211bd16e1
commit 949cde1fe4
11 changed files with 16 additions and 17 deletions

View File

@@ -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;