🔖 新版本

This commit is contained in:
Yiwen-Chan 2021-04-23 23:53:10 +08:00
parent 71bbea658a
commit 4f7d84f60f

View File

@ -39,7 +39,7 @@ func main() {
fmt.Print(` fmt.Print(`
====================[ZeroBot-Plugin]==================== ====================[ZeroBot-Plugin]====================
* OneBot + ZeroBot + Golang * OneBot + ZeroBot + Golang
* Version 1.0.1 - 2021-04-20 15:38:43.5133157 +0800 CST * Version 1.0.2 - 2021-04-23 00:06:06.6531353 +0800 CST
* Copyright © 2021 Kanri, DawnNights, All Rights Reserved * Copyright © 2021 Kanri, DawnNights, All Rights Reserved
* Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin * Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin
======================================================== ========================================================
@ -57,7 +57,7 @@ func main() {
Handle(func(ctx *zero.Ctx) { Handle(func(ctx *zero.Ctx) {
ctx.SendChain(message.Text( ctx.SendChain(message.Text(
"* OneBot + ZeroBot + Golang ", "\n", "* OneBot + ZeroBot + Golang ", "\n",
"* Version 1.0.1 - 2021-04-20 15:38:43.5133157 +0800 CST", "\n", "* Version 1.0.2 - 2021-04-23 00:06:06.6531353 +0800 CST", "\n",
"* Copyright © 2021 Kanri, DawnNights, All Rights Reserved ", "\n", "* Copyright © 2021 Kanri, DawnNights, All Rights Reserved ", "\n",
"* Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin", "* Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin",
)) ))