feat(payment): add chat support discounts and gratitude

This commit is contained in:
Codex
2026-07-28 17:42:53 +08:00
parent aee35353a3
commit ef9b79bc83
35 changed files with 768 additions and 56 deletions
@@ -7,6 +7,7 @@ export type PaymentAnalyticsTriggerReason =
| "insufficient_credits"
| "profile_recharge"
| "vip_cta"
| "commercial_offer"
| "ad_landing"
| "manual_recharge"
| "unknown";
@@ -47,6 +48,7 @@ const TRIGGER_REASONS = new Set<PaymentAnalyticsTriggerReason>([
"insufficient_credits",
"profile_recharge",
"vip_cta",
"commercial_offer",
"ad_landing",
"manual_recharge",
"unknown",