From 44a7be6b1eb5dabf29eefd7b4ccd8fa1d5916163 Mon Sep 17 00:00:00 2001 From: lyp Date: Thu, 26 Dec 2024 09:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEai=E7=94=9F=E6=88=90=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ai/AiHelper.tsx | 4 ++-- src/components/ai/mod/AiHelperMod.tsx | 5 +++-- src/components/ai/text/AiHelperText.tsx | 14 +++++++++++--- src/components/ai/text/ai-helper-text.css | 10 ++++++++++ 4 files changed, 26 insertions(+), 7 deletions(-) diff --git a/src/components/ai/AiHelper.tsx b/src/components/ai/AiHelper.tsx index 3020b94..2eaa5a3 100644 --- a/src/components/ai/AiHelper.tsx +++ b/src/components/ai/AiHelper.tsx @@ -510,7 +510,7 @@ export default function AiHelper(props: PropsType) {
- 自动生成 +
-
为了合理生成功能列表,建议在项目详情生成完成后再生成功能列表
+
为了合理生成功能列表,建议在系统简介生成完成后再生成功能列表
@@ -432,7 +433,7 @@ export default function AiHelperMod(props: PropsType) { 点击AI自动生成后可自动生成模块管理... + }}> 点击AI自动生成后可自动生成功能列表... } diff --git a/src/components/ai/text/AiHelperText.tsx b/src/components/ai/text/AiHelperText.tsx index ab98142..a3808ae 100644 --- a/src/components/ai/text/AiHelperText.tsx +++ b/src/components/ai/text/AiHelperText.tsx @@ -134,7 +134,9 @@ export default function AiHelperText(props: PropsType) { const renderTextDom = () => { if (!props.text) { return ( -
+
{/* */}
@@ -145,9 +147,15 @@ export default function AiHelperText(props: PropsType) { props.handleGenerate(); }} >自动生成 +
+
为了合理生成系统详情,建议在系统简介生成完成后再生系统详情
- + {/*
为了合理生成功能列表,建议在项目简介生成完成后再生成功能列表
*/}
) } @@ -251,7 +259,7 @@ export default function AiHelperText(props: PropsType) { 点击AI自动生成后可自动生{props.title}... } + }}> 点击AI自动生成后可自动生成{props.title}... }
{/*