mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-23 22:25:05 +00:00
Mirrors the affiliateFaqs pattern: the program-details row list moves into a sibling programDetails.ts module, ProgramDetailsSection.vue imports it instead of inlining the array, and the Playwright spec imports the same array to derive - the table-row count (rows + 1 header) instead of hardcoded 7 - the first row's label/value text via t(), instead of hardcoded 'Commission rate' / '30% recurring' so adding or renaming a program-details row only needs a change in one place.