Skip to content

Commit e5aa0ab

Browse files
yangyang
yang
authored and
yang
committed
修复推荐大图
1 parent d894b0c commit e5aa0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/heo/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const CONFIG = {
2525
// 英雄区右侧推荐文章标签, 例如 [推荐] , 最多六篇文章; 若留空白'',则推荐最近更新文章
2626
HEO_HERO_RECOMMEND_POST_TAG: '推荐',
2727
HEO_HERO_RECOMMEND_POST_SORT_BY_UPDATE_TIME: false, // 推荐文章排序,为`true`时将强制按最后修改时间倒序
28-
HERO_RECOMMEND_COVER: 'https://craftassets.unraid.net/uploads/seo-unraid.png', // 英雄区右侧图片
28+
HEO_HERO_RECOMMEND_COVER: 'https://craftassets.unraid.net/uploads/seo-unraid.png', // 英雄区右侧图片
2929

3030
// 右侧个人资料卡牌欢迎语,点击可自动切换
3131
HEO_INFOCARD_GREETINGS: [
@@ -61,7 +61,7 @@ const CONFIG = {
6161
img_1: '/images/heo/2023e0ded7b724a39f12d59c3dc8fbdc7cbe074202.webp',
6262
color_1: '#ffffff',
6363
title_2: 'Docker',
64-
img_3: '/images/heo/20231108a540b2862d26f8850172e4ea58ed075102.webp',
64+
img_2: '/images/heo/20231108a540b2862d26f8850172e4ea58ed075102.webp',
6565
color_2: '#57b6e6'
6666
},
6767
{

0 commit comments

Comments
 (0)