feat: 优化 radio logo 显示,修改为默认方形图标 (#2987)

优化logo显示,修改为默认方形图标
This commit is contained in:
wolfyu1991 2019-09-03 13:01:08 +08:00 committed by DIYgod
parent b4183a2510
commit 313c665ec0
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ module.exports = async (ctx) => {
`,
pubDate: item.update_time,
guid: item.id,
itunes_item_image: 'http://www.radio.cn/pc-portal/image/logo01.jpg',
itunes_item_image: 'http://www.radio.cn/pc-portal/image/icon_32.jpg',
enclosure_url: 'http://' + item.stream_domain1 + item.stream_url1,
enclosure_length: item.resource_length,
enclosure_type: 'audio/x-m4a',
@ -42,7 +42,7 @@ module.exports = async (ctx) => {
title: title,
link: `http://www.radio.cn/pc-portal/sanji/zhibo_2.html?channelname=${channelname}&name=${name}&title=radio`,
description: title,
image: 'http://www.radio.cn/pc-portal/image/logo01.jpg',
image: 'http://www.radio.cn/pc-portal/image/icon_32.jpg',
itunes_author: 'radio.cn',
itunes_category: itunes_category,
item: items,