Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
update README content
Browse files Browse the repository at this point in the history
  • Loading branch information
jwenjian committed Jul 13, 2019
1 parent 9a22c93 commit 98cc163
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,24 @@
- [insshot: 自动截屏保存ins用户的最新post](https://github.com/jwenjian/ghiblog/issues/34) <sup>0 :speech_balloon:</sup>
- [基于CircleCI自动生成并更新GitHub Issue博客的ReadMe](https://github.com/jwenjian/ghiblog/issues/1) <sup>4 :speech_balloon:</sup>
## 最新 :new:
- [[From Instapaper] : 臆病な魔女](https://github.com/jwenjian/ghiblog/issues/58) <sup>1 :speech_balloon:</sup> 2019-07-13 00:27:25
- [[From Instapaper] : 臆病な魔女](https://github.com/jwenjian/ghiblog/issues/58) <sup>1 :speech_balloon:</sup> 2019-07-13 00:27:25

<sub>|</sub><sub>[:art:前端](https://github.com/jwenjian/ghiblog/labels/%3Aart%3A%E5%89%8D%E7%AB%AF) | </sub><sub>[:earth_africa:网站收藏](https://github.com/jwenjian/ghiblog/labels/%3Aearth_africa%3A%E7%BD%91%E7%AB%99%E6%94%B6%E8%97%8F) | </sub>

- [[From Instapaper] : Task Scheduler - Windows applications | Windows上的定时任务管理器](https://github.com/jwenjian/ghiblog/issues/57) <sup>1 :speech_balloon:</sup> 2019-07-12 14:46:17
- [[From Instapaper] : Task Scheduler - Windows applications | Windows上的定时任务管理器](https://github.com/jwenjian/ghiblog/issues/57) <sup>1 :speech_balloon:</sup> 2019-07-12 14:46:17

<sub>|</sub><sub>[:computer:Windows](https://github.com/jwenjian/ghiblog/labels/%3Acomputer%3AWindows) | </sub><sub>[Instapaper](https://github.com/jwenjian/ghiblog/labels/Instapaper) | </sub>

- [[From Instapaper] : Should Neil Armstrongs Bootprints Be on the Moon Forever](https://github.com/jwenjian/ghiblog/issues/56) <sup>1 :speech_balloon:</sup> 2019-07-12 07:45:20
- [[From Instapaper] : Should Neil Armstrongs Bootprints Be on the Moon Forever](https://github.com/jwenjian/ghiblog/issues/56) <sup>1 :speech_balloon:</sup> 2019-07-12 07:45:20

<sub>|</sub><sub>[Instapaper](https://github.com/jwenjian/ghiblog/labels/Instapaper) | </sub>

- [[From Instapaper] : 前端必会四步带你吃透浏览器渲染基本原理](https://github.com/jwenjian/ghiblog/issues/55) <sup>0 :speech_balloon:</sup> 2019-07-09 11:50:30
- [[From Instapaper] : 前端必会四步带你吃透浏览器渲染基本原理](https://github.com/jwenjian/ghiblog/issues/55) <sup>0 :speech_balloon:</sup> 2019-07-09 11:50:30

<sub>|</sub><sub>[:art:前端](https://github.com/jwenjian/ghiblog/labels/%3Aart%3A%E5%89%8D%E7%AB%AF) | </sub><sub>[Instapaper](https://github.com/jwenjian/ghiblog/labels/Instapaper) | </sub>

- [[From Instapaper] : 关注英媒中国理所应当鄙视英国](https://github.com/jwenjian/ghiblog/issues/54) <sup>0 :speech_balloon:</sup> 2019-07-09 11:37:29
- [[From Instapaper] : 关注英媒中国理所应当鄙视英国](https://github.com/jwenjian/ghiblog/issues/54) <sup>0 :speech_balloon:</sup> 2019-07-09 11:37:29

<sub>|</sub><sub>[:books:阅读](https://github.com/jwenjian/ghiblog/labels/%3Abooks%3A%E9%98%85%E8%AF%BB) | </sub><sub>[Instapaper](https://github.com/jwenjian/ghiblog/labels/Instapaper) | </sub>

## 分类 :card_file_box:
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def format_issue_with_labels(issue: Issue):
labels_str += sub('[%s](https://github.com/%s/ghiblog/labels/%s)\t|\t' % (
label.name, user.get_user().login, urllib.parse.quote(label.name)))

return '- [%s](%s) %s \t\t\t %s %s\n\n' % (
return '- [%s](%s) %s \t\t\t %s\n%s\n\n' % (
issue.title, issue.html_url, sup('%s :speech_balloon:' % issue.comments), issue.created_at, labels_str)


Expand Down

0 comments on commit 98cc163

Please sign in to comment.