From 5d494917514429f7c407f4db680522d7d165f5aa Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 20 Nov 2025 15:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=A3=E8=AA=89=E6=88=90=E5=B0=B1=E6=94=B9?= =?UTF-8?q?=E6=88=90=20=E8=8D=A3=E8=AA=89=E7=AE=A1=E7=90=86=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/inner/enums/material/BadgeConfigTypeEnum.java | 4 ++-- .../circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java | 4 ++-- .../src/main/resources/i18n/messages_en.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/BadgeConfigTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/BadgeConfigTypeEnum.java index 86f04d34..91555b1b 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/BadgeConfigTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/BadgeConfigTypeEnum.java @@ -30,9 +30,9 @@ public enum BadgeConfigTypeEnum { HONOR_ACTIVITY, /** - * 荣誉成就. + * 荣誉管理员. */ - HONOR_ACHIEVEMENT, + HONOR_ADMIN, /** * 房间徽章. diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java index 5c714b19..57caab8a 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java @@ -31,9 +31,9 @@ public enum SysBadgeConfigTypeEnum { HONOR_ACTIVITY("HONOR_ACTIVITY", "荣誉-活动"), /** - * 荣誉成就. + * 荣誉管理员. */ - HONOR_ACHIEVEMENT("HONOR_ACHIEVEMENT", "荣誉-成就"), + HONOR_ADMIN("HONOR_ADMIN", "荣誉-成就"), /** * 家族-徽章. diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_en.properties b/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_en.properties index e5e1d98e..ce4f29c0 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_en.properties +++ b/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_en.properties @@ -42,5 +42,5 @@ props.type.ACTIVITY=Badge props.type.ADMINISTRATOR=Badge props.type.ACHIEVEMENT=Badge props.type.HONOR_ACTIVITY=Honor -props.type.HONOR_ACHIEVEMENT=Honor +props.type.HONOR_ADMIN=Honor