|
|
@@ -21,7 +21,9 @@ const DeekSeek: React.FC = () => {
|
|
|
上海建科
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style={{ marginRight: 20, color: '#98b4fa' }}>
|
|
|
+ <div style={{ marginRight: 20, color: '#98b4fa', cursor: 'pointer' }} onClick={() => {
|
|
|
+ window.open('http://xia0miduo.gicp.net:3002/', '_blank');
|
|
|
+ }}>
|
|
|
问答广场
|
|
|
</div>
|
|
|
<div style={{ marginRight: 20, color: '#98b4fa' }}>
|