From 8765ccd3aa342e850ccda12d9827b490090c4cbd Mon Sep 17 00:00:00 2001 From: geniusay <969025903@qq.com> Date: Wed, 20 Aug 2025 23:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=B8=B2=E6=9F=93=E5=92=8C?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=B8=B2=E6=9F=93=E6=B5=8B=E8=AF=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prompto-lab-ui/src/components/AIChatPage.vue | 105 +- prompto-lab-ui/src/components/FormField.vue | 239 +++ .../src/components/LoadingAnimation.vue | 352 +++++ .../src/components/MultipleChoiceOptions.vue | 205 +++ .../src/components/QuestionRenderer.vue | 1390 +++++++++++++++++ .../src/components/QuestionRendererTest.vue | 300 ++++ .../src/components/SingleChoiceOptions.vue | 186 +++ prompto-lab-ui/src/router/index.ts | 8 + .../src/views/QuestionRendererTestView.vue | 11 + 9 files changed, 2792 insertions(+), 4 deletions(-) create mode 100644 prompto-lab-ui/src/components/FormField.vue create mode 100644 prompto-lab-ui/src/components/LoadingAnimation.vue create mode 100644 prompto-lab-ui/src/components/MultipleChoiceOptions.vue create mode 100644 prompto-lab-ui/src/components/QuestionRenderer.vue create mode 100644 prompto-lab-ui/src/components/QuestionRendererTest.vue create mode 100644 prompto-lab-ui/src/components/SingleChoiceOptions.vue create mode 100644 prompto-lab-ui/src/views/QuestionRendererTestView.vue diff --git a/prompto-lab-ui/src/components/AIChatPage.vue b/prompto-lab-ui/src/components/AIChatPage.vue index 6275380..f04fb59 100644 --- a/prompto-lab-ui/src/components/AIChatPage.vue +++ b/prompto-lab-ui/src/components/AIChatPage.vue @@ -34,12 +34,13 @@ - +
{{ currentStep.subtitle }}
+请输入您的问题,或选择下方快捷选项开始
+{{ currentQuestion.desc }}
+{{ JSON.stringify(currentQuestion, null, 2) }}
+