feat: 更新tag icon

This commit is contained in:
2026-07-24 22:12:05 +08:00
parent 4d3b6e4ce2
commit f3f0b43b6d
2 changed files with 5 additions and 1 deletions

BIN
src/assets/icon/tag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -1,5 +1,6 @@
---
import Folder from "@/assets/icon/folder.png?url";
import Tag from "@/assets/icon/tag.png?url";
import type { CategoriesStats } from "@/types";
import { createHttp } from "@/lib/request";
const http = createHttp(Astro.request.headers);
@@ -27,7 +28,10 @@ const { data: categories } =
</div>
<div class="widget">
<h3 class="widget-title">🏷️ 标签云</h3>
<h3 class="widget-title">
<img src={Tag} alt="Folder" />
标签云
</h3>
<div class="tag-cloud">
<a class="tag" href="#">HTML</a>
<a class="tag" href="#">CSS</a>