Add chat gifts and relationship diary UI
Docker Image / Quality and Bundle Budgets (push) Successful in 3s
Docker Image / Build and Push Docker Image (push) Successful in 1m52s

This commit is contained in:
Codex
2026-07-21 17:41:18 +08:00
parent b59422772f
commit abb6e4235f
54 changed files with 1950 additions and 69 deletions
+2
View File
@@ -37,6 +37,7 @@ export function hydrateGiftProductsState(
PaymentState,
| "plans"
| "giftCategories"
| "giftOffer"
| "giftProducts"
| "selectedGiftCategory"
| "selectedPlanId"
@@ -66,6 +67,7 @@ export function hydrateGiftProductsState(
return {
plans: visibleProducts.map(giftProductToPaymentPlan),
giftCategories,
giftOffer: response.offer,
giftProducts,
selectedGiftCategory,
selectedPlanId,