|
|
@@ -104,7 +104,7 @@ const DeekSeek: React.FC = () => {
|
|
|
}}
|
|
|
key={index}
|
|
|
>
|
|
|
- <div style={{ whiteSpace: 'nowrap', marginRight: 20, color: '#98b4fa', cursor: 'pointer' }}>
|
|
|
+ <div style={{ whiteSpace: 'nowrap', marginRight: 20, color: '#fff', cursor: 'pointer' }}>
|
|
|
{item.title}
|
|
|
</div>
|
|
|
</Dropdown>
|
|
|
@@ -129,7 +129,7 @@ const DeekSeek: React.FC = () => {
|
|
|
window.open('https://llm.jkec.info:11431/deepseek/questionAnswer' + tokenParam, '_blank');
|
|
|
}}
|
|
|
>
|
|
|
- 建科 • 小智开放平台
|
|
|
+ 应用广场
|
|
|
</button>
|
|
|
</div>
|
|
|
</div>
|