diff --git a/components/article-min-card/article-min-card.vue b/components/article-min-card/article-min-card.vue index 6bd6987..b5d9856 100644 --- a/components/article-min-card/article-min-card.vue +++ b/components/article-min-card/article-min-card.vue @@ -56,7 +56,7 @@ export default { margin: 12rpx 24rpx; margin-bottom: 24rpx; padding: 16rpx; - box-shadow: 0rpx 2rpx 24rpx rgba(0, 0, 0, 0.05); + box-shadow: 0rpx 2rpx 24rpx rgba(0, 0, 0, 0.03); &.lr_image_text { } diff --git a/config/halo.config.template.js b/config/halo.config.template.js index 7867c3d..1b2df78 100644 --- a/config/halo.config.template.js +++ b/config/halo.config.template.js @@ -65,6 +65,7 @@ export default { }, defaultThumbnailUrl: '', // 默认封面图地址 + defaultStaticThumbnailUrl: '', // 静态默认封面图(不可以是随机图地址) defaultImageUrl: '', // 默认图片地址 defaultAvatarUrl: '', // 默认头像地址 diff --git a/pages/tabbar/category/category.vue b/pages/tabbar/category/category.vue index 08cd0a6..274d5d8 100644 --- a/pages/tabbar/category/category.vue +++ b/pages/tabbar/category/category.vue @@ -11,7 +11,7 @@ - + - + @@ -9,14 +9,12 @@ - - - - - + + + - + @@ -25,7 +23,7 @@