mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 12:51:45 +00:00
📝 更新文档 2022.8.31
This commit is contained in:
parent
0e81321ff2
commit
25289959d9
@ -29,7 +29,7 @@
|
||||
|
||||
#### 模块需求需要的注意事项
|
||||
|
||||
`python-telegram-bot` 需要预览版本 即 `20.0a2`
|
||||
`python-telegram-bot` 需要预览版本 即 `20.0a4`
|
||||
|
||||
出现相关的 `telegram` 模块导入的 `ImportError` 错误需要你手动执行 `pip install python-telegram-bot==20.0a2`
|
||||
|
||||
@ -40,8 +40,6 @@
|
||||
|
||||
解决上面版本冲突导致的错误需要你手动执行 `pip install aiohttp==3.8.1`
|
||||
|
||||
如果出现模块导入错误请打开 issue 联系开发者 这可能由于上游为预览版本 部分类名称改变导致的问题
|
||||
|
||||
## 其他说明
|
||||
|
||||
这个项目目前正在扩展,加入更多原神相关娱乐和信息查询功能,敬请期待。
|
||||
@ -52,4 +50,5 @@
|
||||
| :----------------------------------------------------------: | -------------------------------- |
|
||||
| [原神抽卡全机制总结](https://www.bilibili.com/read/cv10468091) | 本项目抽卡模拟器使用的逻辑 |
|
||||
| [西风驿站](https://bbs.mihoyo.com/ys/collection/307224) | 本项目攻略图图源 |
|
||||
| [Yunzai-Bot](https://github.com/Le-niao/Yunzai-Bot) | 本项使用的抽卡图片和前端资源来源 |
|
||||
| [Yunzai-Bot](https://github.com/Le-niao/Yunzai-Bot) | 本项使用的抽卡图片和前端资源来源 |
|
||||
| [Crawler-ghhw](https://github.com/DGP-Studio/Crawler-ghhw) | 本项目参考的爬虫代码 |
|
@ -41,7 +41,7 @@ plugins 模块下的类必须提供 `create_handlers` 类方法作为构建相
|
||||
|
||||
在函数注册为命令处理过程(如 `CommandHandler` )需要添加 `error_callable` 修饰器作为错误统一处理
|
||||
|
||||
如果套引用服务,参数需要声明需要引用服务的类型,并且添加 `inject` 修饰器
|
||||
如果引用服务,参数需要声明需要引用服务的类型并设置默认传入为 `None` ,并且添加 `inject` 修饰器
|
||||
|
||||
必要的函数必须捕获异常后通知用户或者直接抛出异常
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user