From 0afe577b1ba041dae80161b49fd71574f15c4326 Mon Sep 17 00:00:00 2001 From: CUU_rooooo! <67186678+vatebur@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:45:31 +0800 Subject: [PATCH] typo: mcfish Modify Text (#945) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 去除README文件中gocqhttp相关内容 2. 修正mcfish中鱼竿名写死的问题 --- README.md | 2 -- plugin/mcfish/pole.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 71be6fc2a2..d0bd52613d 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,6 @@ > 专为[后 go-cqhttp 时代](https://github.com/Mrs4s/go-cqhttp/issues/2471)开发迁移的`类zbp`新机器人现已出炉,基于官方api,稳定不风控: [NanoBot-Plugin](https://github.com/FloatTech/NanoBot-Plugin) -> 如果您不知道什么是 [OneBot](https://github.com/howmanybots/onebot) 或不希望运行多个程序,还可以直接前往 [gocqzbp](https://github.com/FloatTech/gocqzbp) 的 [Release](https://github.com/FloatTech/gocqzbp/releases) 页面下载单一可执行文件或前往 [Packages](https://github.com/FloatTech/gocqzbp/pkgs/container/gocqzbp) 页面使用`docker`,运行后按提示登录即可。 - > 如果您对开发插件感兴趣,欢迎加入[ZeroBot-Plugin-Playground](https://github.com/FloatTech/ZeroBot-Plugin-Playground) > webui持续开发中, 欢迎加入[ZeroBot-Plugin-Webui](https://github.com/FloatTech/ZeroBot-Plugin-Webui) diff --git a/plugin/mcfish/pole.go b/plugin/mcfish/pole.go index 859650317d..3b4e131981 100644 --- a/plugin/mcfish/pole.go +++ b/plugin/mcfish/pole.go @@ -495,7 +495,7 @@ func init() { } ctx.Send( message.ReplyWithMessage(ctx.Event.MessageID, - message.Text(thingName, "合成成功:", upgradeNum/3, "个铁竿\n属性: ", attribute), + message.Text("成功合成", upgradeNum/3, "个", thingName, "\n属性: ", attribute), ), ) })