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}... }
{/*