fix:修复博客接口错误的问题

This commit is contained in:
2025-11-04 09:22:49 +08:00
parent 355a6c256d
commit ed0c8e6664
15 changed files with 13 additions and 1542 deletions

View File

@@ -22,10 +22,10 @@
.item {
display: grid;
grid-template-columns: 40px 200px 1fr;
grid-template-columns: 30px 150px 1fr;
justify-items: center;
align-items: center;
gap: 10px;
gap: 5px;
cursor: pointer;
color: blog.$normal-text-color;

View File

@@ -37,6 +37,13 @@
color: #FFFFFF !important;
background-color: #7d26cd;
padding: 2px;
.fa-newspaper::after {
content: "精品";
margin-left: 2px;
font-size: smaller;
font-family: CustomFont, serif;
}
}
.date {