This commit is contained in:
fengchuanhn@gmail.com
2026-05-23 09:50:25 +08:00
parent 9526c0cb1b
commit d4fb7aed4c
7 changed files with 139 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
"""卡密类型常量。"""
CARD_TYPE_DURATION = "时长"
CARD_TYPE_POINTS = "点数"
CARD_KEY_TYPES = frozenset({CARD_TYPE_DURATION, CARD_TYPE_POINTS})