This commit is contained in:
caishi 2024-11-07 16:06:26 +08:00
commit 259a28fc1a
3 changed files with 12 additions and 9 deletions

View File

@ -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>

View File

@ -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: {

View File

@ -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>