.1787171831827849:0bac6d7fe3ef3aecfbfcfb84c397ffe9_69e33adc8f9732ffa89a6957.69e341e78f9732ffa89a6a1d.69e341e7609f9524e8840335:Trae CN.T(2026/4/18 16:33:43)#35
Open
sonicmaster123 wants to merge 2 commits into
Conversation
在FeedMixer类和API中添加关键词过滤功能,允许用户通过keyword参数筛选包含特定关键词的条目。当提供keyword时,只有标题或描述中包含该关键词(不区分大小写)的条目会被包含在结果中。
为Atom、RSS和JSON feed端点新增keyword查询参数,用于根据关键词过滤条目。同时修正了JSON响应中content_html字段的格式错误。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
为所有feed端点添加关键词过滤参数
为Atom、RSS和JSON feed端点新增keyword查询参数,用于根据关键词过滤条目。同时修正了JSON响应中content_html字段的格式错误。