fix: 开眼RSS URL为空 (#3531)
This commit is contained in:
parent
6c3fab4bb9
commit
9d8ccd844d
|
|
@ -46,7 +46,7 @@ module.exports = async (ctx) => {
|
|||
|
||||
ctx.state.data = {
|
||||
title: `开眼精选`,
|
||||
link: '',
|
||||
link: 'https://www.kaiyanapp.com/',
|
||||
description: '开眼每日精选',
|
||||
item: out,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue