Merge pull request #52 from WIT-LAB-LLC/develop

add onboarding female-v0 image
This commit is contained in:
pennyteenycat 2025-11-09 02:15:36 +01:00 committed by GitHub
commit c602c6762d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 40 additions and 0 deletions

View File

@ -102,6 +102,26 @@
"mediaType": "video"
}
}
},
{
"conditions": [
{
"screenId": "onboarding",
"operator": "includesAny",
"conditionType": "unleash",
"unleashFlag": "soulmate-onboarding-image",
"unleashVariants": [
"female-v0"
]
}
],
"overrides": {
"soulmatePortraitsDelivered": {
"image": null,
"mediaUrl": "/images/e4491948-d105-4b7d-bee6-4f0bcc2470a7.webp",
"mediaType": "image"
}
}
}
],
"soulmatePortraitsDelivered": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -952,6 +952,26 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
"mediaType": "video"
}
}
},
{
"conditions": [
{
"screenId": "onboarding",
"operator": "includesAny",
"conditionType": "unleash",
"unleashFlag": "soulmate-onboarding-image",
"unleashVariants": [
"female-v0"
]
}
],
"overrides": {
"soulmatePortraitsDelivered": {
"image": null,
"mediaUrl": "/images/e4491948-d105-4b7d-bee6-4f0bcc2470a7.webp",
"mediaType": "image"
}
}
}
],
"soulmatePortraitsDelivered": {