diff --git a/src/constant/type.js b/src/constant/type.js index 8b46623..17e71e6 100644 --- a/src/constant/type.js +++ b/src/constant/type.js @@ -705,6 +705,7 @@ const giftConfigTabs = [ { value: "ARISTOCRACY", name: "贵族礼物" }, { value: "LUCKY_GIFT", name: "幸运礼物" }, { value: "ACTIVITY", name: "活动礼物" }, + { value: "MAGIC", name: "魔法礼物" }, { value: "CUSTOMIZED", name: "定制礼物" } ];