From 49847c5b267964e34b717618a1211b3959cc49b6 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Fri, 16 Jan 2026 21:26:11 +0800 Subject: [PATCH] feat(Step5Interaction): add section number display for improved user navigation --- frontend/src/components/Step5Interaction.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Step5Interaction.vue b/frontend/src/components/Step5Interaction.vue index 81a39e9..abade15 100644 --- a/frontend/src/components/Step5Interaction.vue +++ b/frontend/src/components/Step5Interaction.vue @@ -29,6 +29,7 @@ }" >
+ {{ String(idx + 1).padStart(2, '0') }}

{{ section.title }}