From e64abe3582459997be0a2c8507f273e894d682ca Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 28 Mar 2023 10:03:10 +0800 Subject: [PATCH] update auto-generated markdown --- docs/components/common/class-alias.md | 9 +++++++ docs/update/v3.md | 35 +++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/docs/components/common/class-alias.md b/docs/components/common/class-alias.md index 565c33b4..3d614547 100644 --- a/docs/components/common/class-alias.md +++ b/docs/components/common/class-alias.md @@ -46,9 +46,18 @@ | `\ZM\Utils\ZMUtil` | `ZMUtil` | | `\ZM\Store\KV\LightCache` | `LightCache` | | `\ZM\Store\KV\Redis\KVRedis` | `KVRedis` | +| `\ZM\Config\ZMConfig` | `ZMConfig` | | `\OneBot\Driver\Event\WebSocket\WebSocketOpenEvent` | `WebSocketOpenEvent` | | `\OneBot\Driver\Event\WebSocket\WebSocketCloseEvent` | `WebSocketCloseEvent` | | `\OneBot\Driver\Event\WebSocket\WebSocketMessageEvent` | `WebSocketMessageEvent` | | `\OneBot\Driver\Event\Http\HttpRequestEvent` | `HttpRequestEvent` | | `\OneBot\V12\Object\OneBotEvent` | `OneBotEvent` | +| `\OneBot\V12\Object\Action` | `Action` | | `\Choir\Http\HttpFactory` | `HttpFactory` | +| `\Choir\WebSocket\FrameInterface` | `FrameInterface` | +| `\Psr\Http\Message\ServerRequestInterface` | `ServerRequestInterface` | +| `\Psr\Http\Message\RequestInterface` | `RequestInterface` | +| `\Psr\Http\Message\ResponseInterface` | `ResponseInterface` | +| `\Psr\Http\Message\UriInterface` | `UriInterface` | +| `\Psr\Log\LoggerInterface` | `LoggerInterface` | +| `\Psr\Container\ContainerInterface` | `ContainerInterface` | diff --git a/docs/update/v3.md b/docs/update/v3.md index fc46bd4d..95e4c940 100644 --- a/docs/update/v3.md +++ b/docs/update/v3.md @@ -2,6 +2,41 @@ > 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成 +## v3.1.5 + +> 更新时间:2023-03-17 + +* 添加 RuntimePreferences 配置目录回退 by [@sunxyw](https://github.com/sunxyw) in [PR#343](https://github.com/zhamao-robot/zhamao-framework/pull/343) + +**源码变更记录**: + +## v3.1.4 + +> 更新时间:2023-03-17 + +* 修复 Symfony Console Event Dispatcher 接口缺失 by [@sunxyw](https://github.com/sunxyw) in [PR#342](https://github.com/zhamao-robot/zhamao-framework/pull/342) + +**源码变更记录**: + +## v3.1.3 + +> 更新时间:2023-03-15 + +* 修复 Symfony Event Dispatcher 不可用 by [@sunxyw](https://github.com/sunxyw) in [PR#341](https://github.com/zhamao-robot/zhamao-framework/pull/341) + +**源码变更记录**: + +## v3.1.2 + +> 更新时间:2023-03-11 + +* 重构框架核心 by [@sunxyw](https://github.com/sunxyw) in [PR#322](https://github.com/zhamao-robot/zhamao-framework/pull/322) +* 修复 BotActionResponse 注解事件不支持 status 限定的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#338](https://github.com/zhamao-robot/zhamao-framework/pull/338) +* 本次更新包含文档更新内容 2 个 +* OneBot 和框架的有关小修小补更新 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#340](https://github.com/zhamao-robot/zhamao-framework/pull/340) + +**源码变更记录**: + ## v3.1.1 > 更新时间:2023-03-06