收口个人中心提示与大鱼摘要标签

将个人中心邀请弹窗奖励说明迁移到共享状态提示组件
将大鱼吃小鱼结果页 hero 摘要标签迁移到共享胶囊标签组件
补充充值商品卡购买胶囊暂不抽共享组件的收口文档与团队决策
This commit is contained in:
2026-06-10 16:24:53 +08:00
parent f336352d37
commit cb01d33944
5 changed files with 42 additions and 8 deletions

View File

@@ -454,15 +454,24 @@ export function BigFishResultView({
</div>
</div>
<div className="mt-4 flex flex-wrap gap-2 text-xs text-cyan-50/78">
<span className="rounded-full bg-white/10 px-3 py-1">
<PlatformPillBadge
tone="lightOverlay"
className="border-transparent bg-white/10"
>
{draft.coreFun}
</span>
<span className="rounded-full bg-white/10 px-3 py-1">
</PlatformPillBadge>
<PlatformPillBadge
tone="lightOverlay"
className="border-transparent bg-white/10"
>
{draft.ecologyTheme}
</span>
<span className="rounded-full bg-white/10 px-3 py-1">
</PlatformPillBadge>
<PlatformPillBadge
tone="lightOverlay"
className="border-transparent bg-white/10"
>
{draft.runtimeParams.levelCount}
</span>
</PlatformPillBadge>
</div>
</div>