feat: add admin point grants and history UI

This commit is contained in:
Tim
2025-09-30 20:11:45 +08:00
parent 3b92bdaf2a
commit adfc05b9b2
7 changed files with 231 additions and 6 deletions

View File

@@ -13,4 +13,5 @@ public enum PointHistoryType {
REDEEM,
LOTTERY_JOIN,
LOTTERY_REWARD,
ADMIN_GRANT,
}