feat: add VIP resource enums

This commit is contained in:
hy001 2026-05-16 02:21:43 +08:00
parent a1979f2be7
commit f94fb80701
4 changed files with 53 additions and 33 deletions

View File

@ -69,6 +69,11 @@ public enum ConsolePropsTypeEnum {
*/
DATA_CARD("DATA_CARD", "资料卡"),
/**
* VIP动效图.
*/
VIP_EFFECT_IMAGE("VIP_EFFECT_IMAGE", "VIP动效图"),
/**
* 红包.
*/

View File

@ -62,6 +62,11 @@ public enum PropsCommodityType {
*/
DATA_CARD,
/**
* VIP动效图.
*/
VIP_EFFECT_IMAGE,
/**
* 碎片.
*/

View File

@ -66,6 +66,11 @@ public enum PropsTypeEnum {
*/
DATA_CARD,
/**
* VIP动效图.
*/
VIP_EFFECT_IMAGE,
/**
* 红包封面.
*/

View File

@ -10,6 +10,11 @@ import java.util.Objects;
*/
public enum SysBadgeConfigTypeEnum {
/**
* VIP.
*/
VIP("VIP", "用户-VIP"),
/**
* 成就.
*/