美腿功能

This commit is contained in:
liuwei
2025-03-10 09:39:59 +08:00
parent 93d0982ba3
commit 5505319918
4 changed files with 95 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ class Feature(Enum):
MUSIC = 10, "点歌功能"
SIGNIN = 11, "签到功能"
POINT_TRADE = 12, "积分赠送功能"
BEAUTY_LEG = 13, "腿来能力"
VIDEO = 14, "视频点播功能"
def __new__(cls, value, description):