feat: post main layout

This commit is contained in:
tim
2025-07-03 15:26:38 +08:00
parent f42b7c54a2
commit 6936537875
3 changed files with 264 additions and 21 deletions
+7
View File
@@ -403,6 +403,13 @@ export default {
.article-item-title {
font-size: 20px;
text-decoration: none;
color: black;
}
.article-item-title:hover {
color: var(--primary-color);
text-decoration: underline;
}
.article-item-description {