forked from Gitlink/forgeplus-react
merging
This commit is contained in:
commit
259a28fc1a
|
|
@ -267,13 +267,13 @@ class Activity extends Component{
|
|||
<BranchLine url={ai_shang_v1_url}/>
|
||||
<p>基于信息熵围绕疑修任务的社群群智激发演化度量</p>
|
||||
|
||||
<span className="echartTitle">开源项目代码变更演化拓扑熵</span>
|
||||
{/* <span className="echartTitle">开源项目代码变更演化拓扑熵</span>
|
||||
<IssueLine url={ai_shang_v3_url}/>
|
||||
<p>基于信息熵围绕代码提交的软件代码变更演化度量</p>
|
||||
|
||||
<span className="echartTitle">开源项目社区演化拓扑熵</span>
|
||||
<SmoothLineTwo url={ai_shang_v4_url}/>
|
||||
<p>基于信息熵围绕项目社群的社区分裂、缩减、合并和扩大演化行为度量</p>
|
||||
<p>基于信息熵围绕项目社群的社区分裂、缩减、合并和扩大演化行为度量</p> */}
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -140,14 +140,17 @@ function Compass({owner,projectsId}) {
|
|||
projection: "perspective",
|
||||
zoomSensitivity: 0,
|
||||
rotateSensitivity: [1, 0],
|
||||
distance: 280,
|
||||
distance: 380,
|
||||
alpha: 20,
|
||||
beta: 25
|
||||
},
|
||||
top: -40,
|
||||
right: -10,
|
||||
boxWidth: 150,
|
||||
boxDepth: 150,
|
||||
height: 300,
|
||||
right: -30,
|
||||
top: -50,
|
||||
bottom: 0,
|
||||
boxWidth: 180,
|
||||
boxDepth: 180,
|
||||
boxHeight: 150,
|
||||
environment: "none",
|
||||
light: {
|
||||
main: {
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ function SpecialProjects({data, subTitle}) {
|
|||
setSelectedItem(selectedItem === id ? null : id);
|
||||
};
|
||||
|
||||
const list = (title, table1, table2,table3, list)=>{
|
||||
const list = (title, table1, table2, table3, list)=>{
|
||||
return !!list.length && <React.Fragment>
|
||||
<p className='leftBox font-16 font-bd'>{title}</p>
|
||||
<Divider dashed className="margin0-20"/>
|
||||
|
|
@ -84,7 +84,7 @@ function SpecialProjects({data, subTitle}) {
|
|||
</a>
|
||||
</Col>
|
||||
<Col span={6} className='task-hide'>{author}</Col>
|
||||
<Col span={6} className='task-hide'>{company}</Col>
|
||||
<Col span={6} className='task-hide'>{company || '-'}</Col>
|
||||
</React.Fragment>
|
||||
})}
|
||||
</Row>
|
||||
|
|
|
|||
Loading…
Reference in New Issue