怎么修改全文输出的内容?
#10878
Replies: 1 comment
-
|
It's handled by middleware RSSHub/lib/middleware/parameter.js Line 249 in 8ded6bd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
通用参数里面有个全文输出的功能
?mode=fulltext怎么才能控制这个参数得到的内容?description: ctx.query.mode === 'fulltext' ? article : item.desc,这样不会生效,和原来的输出是一样的。完整代码
Beta Was this translation helpful? Give feedback.
All reactions