From 82cf1b59657bc3e373678f6b7546b4d2d08947fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Sun, 9 Mar 2025 11:19:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/src/message_ids.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/i18n/src/message_ids.rs b/i18n/src/message_ids.rs index c64d6b5..d373b99 100644 --- a/i18n/src/message_ids.rs +++ b/i18n/src/message_ids.rs @@ -7,6 +7,7 @@ pub enum MessageId { /// 系统内部错误 ServerInternalError, + /// 问候 Hello, /// 账户已禁用 AccountDisabled,