修复资源用mvc

This commit is contained in:
2025-05-19 11:24:10 +08:00
parent f4f4bc600b
commit a7b82e1e26
21 changed files with 1871 additions and 444 deletions
+3 -2
View File
@@ -192,13 +192,14 @@
.prev-article a,
.next-article a {
color: #333;
color: #333 !important;
text-decoration: none;
}
.prev-article a:hover,
.next-article a:hover {
color: #f57005;
color: #f57005 !important;
transition: all 0.3s ease;
}
.disabled {