From c1ed092161554a67983cace7d9d228399fdfbdea Mon Sep 17 00:00:00 2001 From: 3cxc <81449257+3cxc@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:02:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=9F=E4=B8=80=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Commands/RescueCommand.cs | 2 +- Configs/TranslateConfig.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Commands/RescueCommand.cs b/Commands/RescueCommand.cs index 79cc0d7..18772f3 100644 --- a/Commands/RescueCommand.cs +++ b/Commands/RescueCommand.cs @@ -14,7 +14,7 @@ namespace EasyTools.Commands public string[] Aliases => ["suicide"]; - public string Description => "防卡死命令"; + public string Description => "自救命令"; public bool Execute(ArraySegment arguments, ICommandSender sender, out string response) { diff --git a/Configs/TranslateConfig.cs b/Configs/TranslateConfig.cs index 80151d4..2347c53 100644 --- a/Configs/TranslateConfig.cs +++ b/Configs/TranslateConfig.cs @@ -7,11 +7,11 @@ namespace EasyTools.Configs { public class TranslateConfig { - [Description("卡虚空自救指令_错误")] + [Description("自救指令_错误")] public string RescueCommandError { get; set; } = "执行指令时发生错误,请稍后再试"; - [Description("卡虚空自救指令_失败")] + [Description("自救指令_失败")] public string RescueCommandFailed { get; set; } = "失败,可能指令未启用或者身份不允许等"; - [Description("卡虚空自救指令_成功")] + [Description("自救指令_成功")] public string RescueCommandOk { get; set; } = "成功"; [Description("聊天指令_错误")] public string ChatCommandError { get; set; } = "发送消息时出现错误,请稍后重试";