feat(stats): pro personalized handoff 추가
This commit is contained in:
@@ -80,6 +80,8 @@ export interface WeeklyReviewViewModel {
|
||||
completionQuality: WeeklyReviewSection;
|
||||
carryForward: {
|
||||
hintKey: ReviewCarryHint;
|
||||
presetId: string;
|
||||
presetLabel: string;
|
||||
keepDoing: string;
|
||||
tryNext: string;
|
||||
ctaLabel: string;
|
||||
@@ -176,6 +178,8 @@ const buildCarryForward = (summary: FocusStatsSummary): WeeklyReviewViewModel['c
|
||||
|
||||
return {
|
||||
hintKey,
|
||||
presetId: 'forest-50-10',
|
||||
presetLabel: 'Forest · 50/10 · Forest Birds',
|
||||
keepDoing,
|
||||
tryNext,
|
||||
ctaLabel: copy.stats.reviewCarryCta,
|
||||
|
||||
Reference in New Issue
Block a user