Skip to content

Commit

Permalink
docs(doc): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
indes committed Oct 29, 2019
1 parent 780ca00 commit 3bc3d2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Change Log
=
# Changelog

2019-10-28:
## [Unreleased] 2019-10-29

* update: add source update fetch control by `/set` command (usually used when source updating paused by reached 100 error when getting update data)
* update: merge `/set` command's response message template to a function for more struct
### Added
- source update fetch control by `/set` command (usually used when source updating paused by reached 100 error when
getting update data)
- export feeds

### Changed
- merge `/set` command's response message template to a function for more struct

***
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

DEMO: [https://t.me/rssflowbot](https://t.me/rssflowbot)
[问题反馈群组](https://t.me/joinchat/FJ-cikd-yN1Bf1SxWbAKjw)
[Change Log](ChangeLog.md)
[Change Log](CHANGELOG.md)

<img src="https://github.com/rssflow/img/raw/master/images/rssflow_demo.gif" width = "300"/>

Expand Down Expand Up @@ -93,7 +93,8 @@ curl https://api.telegra.ph/createAccount?short_name=flowerss&author_name=flower
/unsub [url] 取消订阅(url 为可选)
/list 查看当前订阅
/set 设置订阅
/import 导入OPML文件
/import 导入 OPML 文件
/export 导出 OPML 文件
/help 帮助
```

Expand Down

0 comments on commit 3bc3d2e

Please sign in to comment.