From b98f1220acbc7230e9594811cf87ca8c55e024fa Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 11 Jul 2024 08:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E3=80=91AI=EF=BC=9A=E5=86=99=E4=BD=9C=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/writer/index/components/Left.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ai/writer/index/components/Left.vue b/src/views/ai/writer/index/components/Left.vue index 2261afc0..7e7744c7 100644 --- a/src/views/ai/writer/index/components/Left.vue +++ b/src/views/ai/writer/index/components/Left.vue @@ -104,7 +104,7 @@ import { ref } from 'vue' import Tag from './Tag.vue' import { WriteVO } from '@/api/ai/writer' import { omit } from 'lodash-es' -import { getIntDictOptions } from '@/utils/dict' +import { DICT_TYPE, getIntDictOptions } from '@/utils/dict' import { AiWriteTypeEnum, WriteExample } from '@/views/ai/utils/constants' type TabType = WriteVO['type']