feature:积分交易功能上线
This commit is contained in:
@@ -33,6 +33,7 @@ class Feature(Enum):
|
||||
TASK_GAME = 9, "百科答题游戏"
|
||||
MUSIC = 10, "点歌功能"
|
||||
SIGNIN = 11, "签到功能"
|
||||
POINT_TRADE = 12, "积分赠送功能"
|
||||
|
||||
def __new__(cls, value, description):
|
||||
obj = object.__new__(cls)
|
||||
|
||||
Reference in New Issue
Block a user