肌肉男功能

This commit is contained in:
liuwei
2025-03-10 10:03:16 +08:00
parent e77b54ef4e
commit fd918271e5
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ class Feature(Enum):
POINT_TRADE = 12, "积分赠送功能"
BEAUTY_LEG = 13, "腿来能力"
VIDEO = 14, "视频点播功能"
VIDEO_MAN = 15, "视频肌肉男点播功能"
def __new__(cls, value, description):
obj = object.__new__(cls)