This commit is contained in:
felinae98 2021-07-10 15:18:43 +08:00
parent 4e28b791c7
commit 499dc377ee
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
3 changed files with 5 additions and 4 deletions

View File

@ -12,6 +12,7 @@
- 将“来源”移动到文末
- 使用组合来构建新的platform新增状态改变类型订阅
## [0.3.1] -
## [0.3.1] - 2021-07-10
- 修复不发送来源
- 发送RSS订阅的title
- 修复浏览器渲染问题

View File

@ -7,12 +7,12 @@
[![felinae98](https://circleci.com/gh/felinae98/nonebot-hk-reporter.svg?style=shield)](https://circleci.com/gh/felinae98/nonebot-hk-reporter)
[![qq group](https://img.shields.io/badge/QQ%E7%BE%A4-868610060-orange )](https://qm.qq.com/cgi-bin/qm/qr?k=pXYMGB_e8b6so3QTqgeV6lkKDtEeYE4f&jump_from=webapi)
[文档](https://nonebot-hk-reporter.vercel.app)|[开发文档](https://nonebot-hk-reporter.vercel.app/dev)
</div>
## 简介
一款自动爬取各种站点社交平台更新动态并将信息推送到QQ的机器人。基于 [`NoneBot2`](https://github.com/nonebot/nonebot2 ) 开发(诞生于明日方舟的蹲饼活动)
安装配置见[文档](https://nonebot-hk-reporter.vercel.app)
支持的平台:
* 微博

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-hk-reporter"
version = "0.3.0"
version = "0.3.1"
description = "Subscribe message from social medias"
authors = ["felinae98 <felinae225@qq.com>"]
license = "MIT"