Open
Conversation
-- 代码规范 - 调整部分代码格式,使其符合pep8风格 - 将uniqueid调整为unique_id -- 爬虫 - 修复一个详情页文章发布时间的bug - 在微信公众号增加更新日期,取最近一篇文章发布日期 - 公众号列表页面添加最近更新时间字段,排序按照更新时间进行 -- 文章 - 文章详情页面增加keywords参数进行简单contains搜索 - 文章详情页按照默认排序按照publish_time倒序 - 关键词页面添加跳转文章详情页面 - 新增: 关键词搜索功能页面,一直点击下一页直到最后一页 -- 项目 - 增加gitignore项 - README新增todo list
|
哈哈 |
|
收到 谢谢
|
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.
-- 代码规范
-- 爬虫
修复一个详情页文章发布时间的bug
在微信公众号增加更新日期,取最近一篇文章发布日期
公众号列表页面添加最近更新时间字段,排序按照更新时间进行
-- 文章
文章详情页面增加keywords参数进行简单contains搜索
文章详情页按照默认排序按照publish_time倒序
关键词页面添加跳转文章详情页面
新增: 关键词搜索功能页面,一直点击下一页直到最后一页
-- 项目