Commit efdb0443 authored by nanahira's avatar nanahira

readme

parent ae8d97f0
...@@ -481,6 +481,12 @@ export class AppModule {} ...@@ -481,6 +481,12 @@ export class AppModule {}
## 更新历史 ## 更新历史
### 1.3.3
* 移除了 `http-proxy-middleware`
* 优化了 Nest 的 http 服务器与 Koishi 的 Koa 的对接过程。
### 1.3 ### 1.3
* `@UseCommand` 现在定义和 Koishi 的指令定义,即 `ctx.command(name, desc, config)``ctx.command(name, config)` 一致了。 * `@UseCommand` 现在定义和 Koishi 的指令定义,即 `ctx.command(name, desc, config)``ctx.command(name, config)` 一致了。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment