feat: unify creation entry templates

This commit is contained in:
2026-06-03 10:24:03 +08:00
parent b0865cfa19
commit 3f742fbaca
25 changed files with 820 additions and 346 deletions

View File

@@ -359,7 +359,15 @@ test('creation agent workspace hides hero copy area when title and summary are a
);
expect(screen.queryByText('统一共创')).toBeNull();
expect(screen.getByText('创作进度')).toBeTruthy();
expect(screen.getByText('创作进度').className).toContain(
'creation-agent-hero__progress-label',
);
expect(screen.getByText('60%').className).toContain(
'creation-agent-hero__progress-value',
);
expect(screen.getByText(//u).className).toContain(
'creation-agent-hero__progress-hint',
);
});
test('creation agent workspace stops auto-follow when user scrolls away from bottom', () => {