From 36d3df3e807b94fc5d5ff3b7cb26c0c5d360d4b2 Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Mon, 26 May 2025 10:17:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Survey):=20=E6=9B=B4=E6=96=B0=20AI=20?= =?UTF-8?q?=E6=B4=9E=E5=AF=9F=E7=AD=89=E5=BE=85=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了 Survey 组件中 Wait 组件的提示文本 --- src/views/Survey/views/Analysis/components/Wait/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Survey/views/Analysis/components/Wait/Index.vue b/src/views/Survey/views/Analysis/components/Wait/Index.vue index 0ba11b6..3a68f2f 100644 --- a/src/views/Survey/views/Analysis/components/Wait/Index.vue +++ b/src/views/Survey/views/Analysis/components/Wait/Index.vue @@ -11,7 +11,7 @@ import { aiInsightsConfig } from '@/views/Survey/views/Analysis/hooks/useAnalysi {{ aiInsightsConfig.info.length !== 0 ? aiInsightsConfig.info - : '我正在为您分析问卷内容,这个过程可能会多花一点点时间,不过马上就好,稍等哦' + : '正在为您进行AI洞察,这次需要多分析一会儿才能确保洞察精准度,认真工作的我马上带着结果回来哦~' }}