fix: 开眼RSS URL为空 (#3531)

This commit is contained in:
hoilc 2019-12-03 20:02:49 +08:00 committed by DIYgod
parent 6c3fab4bb9
commit 9d8ccd844d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module.exports = async (ctx) => {
ctx.state.data = {
title: `开眼精选`,
link: '',
link: 'https://www.kaiyanapp.com/',
description: '开眼每日精选',
item: out,
};