feature:加入读取鬼鬼API 黑丝视频功能

This commit is contained in:
liuwei
2025-03-05 16:32:53 +08:00
parent accee358d3
commit eb12bcb454
2 changed files with 2 additions and 2 deletions

View File

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