优化主页内容库和搜索区域显示

- 内容库区域显示文章数、分类数、今日新增统计
- 搜索区域显示失败抓取数和支持的搜索引擎
- 点击'进入'按钮跳转到单独页面
- 移除大块入口链接,界面更简洁
This commit is contained in:
2026-07-13 22:45:23 +08:00
parent 4d1fffccd1
commit 50379f5ecf
3 changed files with 109 additions and 22 deletions
+33
View File
@@ -801,4 +801,37 @@ body {
.library-entrance-link small {
font-size: 13px;
opacity: 0.8;
}
/* 快速统计卡片 */
.quick-stats {
display: flex;
gap: 20px;
justify-content: center;
}
.quick-stat-item {
text-align: center;
}
.quick-stat-value {
font-size: 24px;
font-weight: bold;
color: #667eea;
display: block;
}
.quick-stat-label {
font-size: 13px;
color: #666;
}
.search-quick-info {
text-align: center;
margin-top: 10px;
color: #999;
}
.search-quick-info small {
font-size: 12px;
}