Merge branch 'pre_gitlink_server' of https://gitlink.org.cn/Gitlink/forgeplus-react into gitlink_server

This commit is contained in:
谢思 2024-03-16 09:08:36 +08:00
commit 4859dd9859
6 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
import React from 'react';
import './index.scss';
import publicImg from '../../img/gitlink-gz.png';
import qqImg from '../../img/gitlink-qq.png';
function acce({type}){
return(
@ -14,11 +16,11 @@ function acce({type}){
<p style={{fontSize:'1.6em',color:"#141519"}}>欢迎加入GitLink</p>
<ul className="foot_ewm">
<li>
<img src={require('../../img/gitlink-gz.png')} alt="" />
<img src={publicImg} alt="" />
<span>开源发展委员会<br/>公众号</span>
</li>
<li>
<img src={require('../../img/gitlink-qq.png')} alt="" />
<img src={qqImg} alt="" />
<span>GitLink官方<br/>QQ群</span>
</li>
</ul>

View File

@ -50,6 +50,7 @@
width: 7em;
height: 7em;
margin-bottom: 0.8em;
border-radius: 3px;
}
span{
display: block;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 54 KiB