This commit is contained in:
lyp 2025-09-03 15:35:45 +08:00
parent 1fb2a8251c
commit 73fcc56d3c
2 changed files with 9 additions and 6 deletions

View File

@ -43,6 +43,9 @@ import resImg from '../../static/aiUse/res.png'
import rightImg from '../../static/aiUse/right.png'
import rescImg from '../../static/aiUse/resc.png'
import greenImg from '../../static/aiUse/green.png'
import redImg from '../../static/aiUse/red.png'
@ -424,7 +427,7 @@ export default function Head() {
example: [
{
icon: 'yes',
title: '一次性生成10-20个相关软著名称',
title: '一次性生成3-6个相关软著名称',
text: ''
},
{
@ -1830,7 +1833,7 @@ export default function Head() {
<div className="dropdown-item">
{/* <UserOutlined /> */}
<div
>Ai预审软件名称</div>
>AI预审软件名称</div>
<div style={{
color: '#999',
fontSize: 12,
@ -1855,7 +1858,7 @@ export default function Head() {
color: '#999',
fontSize: 12,
}}
>AI生成软项目矩阵</div>
>AI生成软项目矩阵</div>
</div>
),
onClick: () => {
@ -3246,7 +3249,7 @@ export default function Head() {
useShowRef.current?.scrollIntoView({ behavior: 'smooth', block: 'start' });
} else {
message.error(res.data)
message.error('名称不符合规定,可能含有敏感词')
}
setAiUseNameSpin(false)
@ -3432,7 +3435,7 @@ export default function Head() {
display: 'flex',
alignItems: 'center',
}}>
<img src={greenImg} alt="" height={18} style={{
<img src={item.status === '通过' ? greenImg : redImg} alt="" height={18} style={{
marginRight: 5,
marginTop: 3,
}} />
@ -3774,7 +3777,7 @@ export default function Head() {
setAiUseMatrixResultArray(res.data.item)
useShowRef.current?.scrollIntoView({ behavior: 'smooth', block: 'start' });
} else {
message.error(res.data)
message.error('输入不符合规定,可能含有敏感词')
}
setAiUseMatrixSpin(false)

BIN
src/static/aiUse/red.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB