update docs

This commit is contained in:
crazywhalecc 2022-03-27 01:27:50 +08:00
parent 3cfcbaec16
commit 5ddc514545
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,12 @@
同时此处将只使用 build 版本号进行区分。
## build 454 (2022-3-27)
- 修复部分命令下无法杀掉进程的 Bug
- 新增 `@Cron` 注解
- 修复全局函数 `match_pattern` 无法正常工作的 Bug
## build 453 (2022-3-25)
- 新增 property 注解用于 IDE 识别

View File

@ -1,5 +1,13 @@
# 更新日志v2 版本)
## v2.7.4build 454
> 更新时间2022.3.27
- 修复部分命令下无法杀掉进程的 Bug
- 新增 `@Cron` 注解
- 修复全局函数 `match_pattern` 无法正常工作的 Bug
## v2.7.3build 453
> 更新时间2022.3.25