feature:积分交易功能上线

This commit is contained in:
liuwei
2025-03-05 12:17:05 +08:00
parent 4610b4433b
commit 8970705771
2 changed files with 6 additions and 1 deletions

View File

@@ -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)