Merge pull request '首页更新' (#439) from durian/forgeplus-react:gitlink_server into gitlink_server

This commit is contained in:
xxq250 2022-08-24 17:56:10 +08:00
commit 7d02d9a8d8
6 changed files with 8 additions and 8 deletions

View File

@ -39,7 +39,7 @@ function Main(props){
<li>
<span className="servername">
<img src={require('./img/logo.png')} alt=""/>
<a onClick={openDetail}>重晴鸟代码溯源系统</a>
<a onClick={openDetail}>重晴鸟代码溯源</a>
</span>
<p className="task-hide-2 serverdesc">支持软件源代码的溯源分析自主度评估开源漏洞检测开源许可证合规性分析等</p>
<span className="serverbtn">
@ -49,7 +49,7 @@ function Main(props){
<li>
<div className="servername" style={{marginBottom: '8px'}}>
{/* <img src={require('./img/logo.png')} alt=""/> */}
<Link to={`/${owner}/${projectsId}/server/reposyncer`}>Reposyncer仓库同步系统</Link>
<Link to={`/${owner}/${projectsId}/server/reposyncer`}>Reposyncer仓库同步</Link>
</div>
<p className="task-hide-2 serverdesc">支持不同开源托管平台自动同步推送/拉取相关代码实现多平台项目同步开发功能</p>
<span className="serverbtn">

View File

@ -162,7 +162,7 @@ function Data(props) {
repeatBranch={repeatBranch}
/>
<div className="servertitle">
<span className="systitle">重晴鸟代码溯源系统</span>
<span className="systitle">重晴鸟代码溯源</span>
{!operateTime && isManager && <a className="btnhover" onClick={createCheck}>新建分析</a>}
</div>
<Spin spinning={spining}>

View File

@ -35,14 +35,14 @@ function StoreList(props){
return <div className="storeListBox">
<div className="headBox font-16 pl15">Reposyncer仓库同步系统
<div className="headBox font-16 pl15">Reposyncer仓库同步
{storeDetail !== null && <Tooltip title="Reposyncer仓库同步系统提供跨托管平台的项目协同开发同步功能。支持用户在任何一个托管平台上的代码提交、代码推送、合并请求等操作自动同步至其他托管平台。不仅增加每个开源项目与开发者的流量也使不同平台的开源项目维护与更新变得方便与快捷" overlayStyle={{width: 400}}><span className="helpBox1 font-12 ml10">?</span></Tooltip>}
</div>
{/* 空数据 */}
{!storeDetail && <div className="nullStoreBox mt25">
<img src={logo} alt="" className="loBox mt50"/>
<p className="font-22 mt10">欢迎使用跨平台代码同步系统</p>
<div className="introBox font-15">跨平台代码同步系统提供跨托管平台的项目协同开发同步功能支持用户在任何一个托管平台上的代码提交代码推送合并请求等操作自动同步至其他托管平台不仅增加每个开源项目与开发者的流量也使不同平台的开源项目维护与更新变得方便与快捷</div>
<p className="font-22 mt10">欢迎使用跨平台代码同步</p>
<div className="introBox font-15">跨平台代码同步提供跨托管平台的项目协同开发同步功能支持用户在任何一个托管平台上的代码提交代码推送合并请求等操作自动同步至其他托管平台不仅增加每个开源项目与开发者的流量也使不同平台的开源项目维护与更新变得方便与快捷</div>
<div className="borBox"></div>
<Button type="primary" style={{width: '112px', height: '36px'}}><Link to={`/${owner}/${projectsId}/server/reposyncer/store/edit`}>开始体验</Link></Button>
</div>}

View File

@ -74,7 +74,7 @@ function FifthEdition() {
const url =`/topics.json`;
Axios.get(url,{params:{
topic_type:"cooperator",
limit:20,
limit:30,
group_size:5
}}).then(result=>{
if(result){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 282 KiB

View File

@ -542,7 +542,7 @@ body{
}
.maContent{
height: 400px;
width: 763px;
width: 723px;
background:url('./Img/2-4-1.png') no-repeat;
background-size:100% 100%;
margin:26px 0px;