From 170f5bba7977d6299525cccdb780c9a117728faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Fri, 20 May 2022 21:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.4.1-beta1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- kanban/banner.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ba6bf2f..159e08a3 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ print("run[CQ:image,file="+j["img"]+"]") - [x] 删除[大家|有人|我][说|问|让你做|让你执行][正则表达式] - - 注:模版是指含有`$1``$2`这样的未定参数,会在正则匹配时按顺序填入子匹配对应值 + - 注:模版是指含有`$1` `$2`这样的未定参数,会在正则匹配时按顺序填入子匹配对应值 diff --git a/kanban/banner.go b/kanban/banner.go index 1a49687b..28358130 100644 --- a/kanban/banner.go +++ b/kanban/banner.go @@ -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", }