"backend/internal/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "266179a3b3ca1870e0899377d84cff29e4c6e110"
feat(notify): add percentage threshold type for balance low notification
- Add threshold_type field (fixed/percentage) to system and user settings - Add total_recharged field to users table, auto-incremented on balance credit - Percentage mode: effective threshold = total_recharged × percentage / 100 - User-level threshold_type inherits from system default when not set - Update admin settings UI with radio selector (fixed amount / percentage) - Migration: 102_add_balance_notify_threshold_type.sql
Please register or sign in to comment