Skip to content

Commit

Permalink
docs: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlwr committed Apr 3, 2024
1 parent 5180da0 commit a490620
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 124 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 用途

* 已内置 字典数据源(DictDataSource) 和 JSON 数据源(JsonDataSource) 实现
* 已内置 JSON 数据源(JsonDataSource) 实现
* 可自行实现其他来源的推送配置数据源

## 快速开始
Expand Down Expand Up @@ -53,6 +53,6 @@ class CustomDataSource(DataSource):
logger.success(f"成功从 自定义来源 中导入了 {len(self.ups)} 个 UP 主")
```

## 鸣谢
## 相关项目

* [StarBotExecutor](https://github.com/Starlwr/StarBotExecutor): 一个基于订阅发布模式的异步执行器
Loading

0 comments on commit a490620

Please sign in to comment.