|
|
@@ -24,25 +24,25 @@ const DeekSeek: React.FC = () => {
|
|
|
<div style={{ marginRight: 20, color: '#98b4fa', cursor: 'pointer' }} onClick={() => {
|
|
|
window.open('http://xia0miduo.gicp.net:3002/', '_blank');
|
|
|
}}>
|
|
|
- 问答广场
|
|
|
+ 知识库问答
|
|
|
</div>
|
|
|
<div style={{ marginRight: 20, color: '#98b4fa' }}>
|
|
|
- 文档对比
|
|
|
+ 员工小百科
|
|
|
</div>
|
|
|
<div style={{ marginRight: 20, color: '#98b4fa' }}>
|
|
|
- 报批报建
|
|
|
+ 报批报建助手
|
|
|
</div>
|
|
|
<div style={{ marginRight: 20, color: '#98b4fa' }}>
|
|
|
施工方案审查
|
|
|
</div>
|
|
|
- <div style={{ marginRight: 20, color: '#98b4fa' }}>
|
|
|
- OCR
|
|
|
- </div>
|
|
|
- <div style={{ marginRight: 20, color: '#98b4fa' }}>
|
|
|
- 后期扩展
|
|
|
- </div>
|
|
|
+ {/* <div style={{ marginRight: 20, color: '#98b4fa' }}> */}
|
|
|
+ {/* OCR */}
|
|
|
+ {/* </div> */}
|
|
|
+ {/* <div style={{ marginRight: 20, color: '#98b4fa' }}> */}
|
|
|
+ {/* 后期扩展 */}
|
|
|
+ {/* </div> */}
|
|
|
<div style={{ color: '#98b4fa' }}>
|
|
|
- 行业趋势
|
|
|
+ 更多
|
|
|
</div>
|
|
|
</div>
|
|
|
<div className='deekSeek-content'>
|