feature:1.点歌功能,2.签到功能

This commit is contained in:
liuwei
2025-03-05 09:28:25 +08:00
parent 9a3d944c8b
commit 835e97d677
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ class Feature(Enum):
PIC = 8, "图来能力"
TASK_GAME = 9, "百科答题游戏"
MUSIC = 10, "点歌功能"
SIGNIN = 11, "签到功能"
def __new__(cls, value, description):
obj = object.__new__(cls)