mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-26 01:55:34 +08:00
update generated docs
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
## 别名列表
|
## 别名列表
|
||||||
| 全类名 | 别名 |
|
| 全类名 | 别名 |
|
||||||
|--------------------------------------------------------|-------------------------|
|
|--------------------------------------------------------|--------------------------|
|
||||||
| `\ZM\Annotation\Framework\BindEvent` | `BindEvent` |
|
| `\ZM\Annotation\Framework\BindEvent` | `BindEvent` |
|
||||||
| `\ZM\Annotation\Framework\Cron` | `Cron` |
|
| `\ZM\Annotation\Framework\Cron` | `Cron` |
|
||||||
| `\ZM\Annotation\Framework\Init` | `Init` |
|
| `\ZM\Annotation\Framework\Init` | `Init` |
|
||||||
@@ -30,10 +30,20 @@
|
|||||||
| `\ZM\Annotation\OneBot\CommandHelp` | `CommandHelp` |
|
| `\ZM\Annotation\OneBot\CommandHelp` | `CommandHelp` |
|
||||||
| `\ZM\Annotation\Closed` | `Closed` |
|
| `\ZM\Annotation\Closed` | `Closed` |
|
||||||
| `\ZM\Middleware\MiddlewareArgTrait` | `MiddlewareArgTrait` |
|
| `\ZM\Middleware\MiddlewareArgTrait` | `MiddlewareArgTrait` |
|
||||||
|
| `\ZM\Middleware\MiddlewareHandler` | `MiddlewareHandler` |
|
||||||
|
| `\ZM\Middleware\NeedAnnotationTrait` | `NeedAnnotationTrait` |
|
||||||
| `\ZM\Middleware\Pipeline` | `Pipeline` |
|
| `\ZM\Middleware\Pipeline` | `Pipeline` |
|
||||||
|
| `\ZM\Middleware\TimerMiddleware` | `TimerMiddleware` |
|
||||||
|
| `\ZM\Middleware\WebSocketFilter` | `WebSocketFilter` |
|
||||||
| `\ZM\Plugin\ZMPlugin` | `ZMPlugin` |
|
| `\ZM\Plugin\ZMPlugin` | `ZMPlugin` |
|
||||||
| `\ZM\Context\BotContext` | `BotContext` |
|
| `\ZM\Context\BotContext` | `BotContext` |
|
||||||
|
| `\ZM\Utils\CatCode` | `CatCode` |
|
||||||
|
| `\ZM\Utils\ConnectionUtil` | `ConnectionUtil` |
|
||||||
|
| `\ZM\Utils\MessageUtil` | `MessageUtil` |
|
||||||
|
| `\ZM\Utils\OneBot12FileDownloader` | `OneBot12FileDownloader` |
|
||||||
|
| `\ZM\Utils\OneBot12FileUploader` | `OneBot12FileUploader` |
|
||||||
| `\ZM\Utils\ZMRequest` | `ZMRequest` |
|
| `\ZM\Utils\ZMRequest` | `ZMRequest` |
|
||||||
|
| `\ZM\Utils\ZMUtil` | `ZMUtil` |
|
||||||
| `\ZM\Store\KV\LightCache` | `LightCache` |
|
| `\ZM\Store\KV\LightCache` | `LightCache` |
|
||||||
| `\ZM\Store\KV\Redis\KVRedis` | `KVRedis` |
|
| `\ZM\Store\KV\Redis\KVRedis` | `KVRedis` |
|
||||||
| `\OneBot\Driver\Event\WebSocket\WebSocketOpenEvent` | `WebSocketOpenEvent` |
|
| `\OneBot\Driver\Event\WebSocket\WebSocketOpenEvent` | `WebSocketOpenEvent` |
|
||||||
|
|||||||
@@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
> 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成
|
> 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成
|
||||||
|
|
||||||
|
## v3.1.1
|
||||||
|
|
||||||
|
> 更新时间:2023-03-06
|
||||||
|
|
||||||
|
* 修复 BotContext 使用 reply 后无法激活其他回调的问题 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#334](https://github.com/zhamao-robot/zhamao-framework/pull/334)
|
||||||
|
* 修复 CommandArgument 在群组和讨论组中询问参数时未判断用户 ID 的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#335](https://github.com/zhamao-robot/zhamao-framework/pull/335)
|
||||||
|
|
||||||
|
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.1.0...3.1.1>
|
||||||
|
|
||||||
## v3.1.0
|
## v3.1.0
|
||||||
|
|
||||||
> 更新时间:2023-03-05
|
> 更新时间:2023-03-05
|
||||||
|
|||||||
Reference in New Issue
Block a user