feat: 下载历史数量限制为 30 条

This commit is contained in:
R524809
2026-05-25 17:11:40 +08:00
parent 827a7866e2
commit 0e6e8902dd
4 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
.fav-body {
padding: @section-gap-xs @page-padding-x;
padding-bottom: calc(48rpx + env(safe-area-inset-bottom) + 120rpx);
padding-bottom: 48rpx;
box-sizing: border-box;
}