🔖 1.4.1-beta1

This commit is contained in:
源文雨 2022-05-20 21:15:45 +08:00
parent c4cbb0cd59
commit 170f5bba79
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ print("run[CQ:image,file="+j["img"]+"]")
- [x] 删除[大家|有人|我][说|问|让你做|让你执行][正则表达式]
- 注:模版是指含有`$1``$2`这样的未定参数,会在正则匹配时按顺序填入子匹配对应值
- 注:模版是指含有`$1` `$2`这样的未定参数,会在正则匹配时按顺序填入子匹配对应值
</details>

View File

@ -10,7 +10,7 @@ import (
var (
info = [...]string{
"* OneBot + ZeroBot + Golang",
"* Version 1.4.0 - 2022-05-16 14:41:17 +0800 CST",
"* Version 1.4.1-beta1 - 2022-05-20 21:15:24 +0800 CST",
"* Copyright © 2020 - 2022 FloatTech. All Rights Reserved.",
"* Project: https://github.com/FloatTech/ZeroBot-Plugin",
}