|
|
@@ -110,13 +110,13 @@ const DeekSeek: React.FC = () => {
|
|
|
</Dropdown>
|
|
|
})
|
|
|
}
|
|
|
- <div style={{ whiteSpace: 'nowrap', marginRight: 20, color: '#98b4fa', cursor: 'pointer' }} onClick={() => {
|
|
|
- navigate({
|
|
|
- pathname: '/deepseekChat',
|
|
|
- })
|
|
|
- }}>
|
|
|
- DeepSeek问答
|
|
|
- </div>
|
|
|
+ {/*<div style={{ whiteSpace: 'nowrap', marginRight: 20, color: '#98b4fa', cursor: 'pointer' }} onClick={() => {*/}
|
|
|
+ {/* navigate({*/}
|
|
|
+ {/* pathname: '/deepseekChat',*/}
|
|
|
+ {/* })*/}
|
|
|
+ {/*}}>*/}
|
|
|
+ {/* DeepSeek问答*/}
|
|
|
+ {/*</div>*/}
|
|
|
</div>
|
|
|
<div className='deekSeek-content'>
|
|
|
<div className='deekSeek-content-title'>
|