.1787171831827849:9b5b9305b23ceae85aa9817c80d11f3a_69e344f5b9c65c5d914ff43a.69e34704b9c65c5d914ff49f.69e34704c2f4366c5277e20d:Trae CN.T(2026/4/18 16:55:32)#37
Open
sonicmaster123 wants to merge 2 commits into
Conversation
在FeedMixer类中新增keyword参数,用于根据关键词过滤feed条目。当提供keyword时,只保留标题或描述中包含该关键词的条目(不区分大小写)。同时更新API接口以支持从查询参数中获取keyword值。
在Atom、RSS和JSON feed接口中添加keywordFilter查询参数,用于根据关键词过滤返回的条目
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.
对比feedmixer_api.py,为feed接口添加关键词过滤参数
在Atom、RSS和JSON feed接口中添加keywordFilter查询参数,用于根据关键词过滤返回的条目