替换文案

This commit is contained in:
谢思 2025-12-26 13:55:41 +08:00
parent ee138bbd1e
commit bd808636d9
8 changed files with 20 additions and 20 deletions

View File

@ -40,7 +40,7 @@ function Feature(props) {
return ( return (
<div className={`factory-feature factory-module ${isVisible ? 'animate-active' : ''}`} ref={contentRef}> <div className={`factory-feature factory-module ${isVisible ? 'animate-active' : ''}`} ref={contentRef}>
<div className="feature-container"> <div className="feature-container">
<h1 className="module-title">工厂引擎全面赋能XX软件敏捷开发</h1> <h1 className="module-title">工厂引擎全面赋能菌用软件敏捷开发</h1>
<div className="feature-content"> <div className="feature-content">
<div className="content-top"> <div className="content-top">
<div className="content-top-left"> <div className="content-top-left">

View File

@ -17,7 +17,7 @@ import mouse from '../images/factory/mouse.png'
gsap.registerPlugin(ScrollTrigger); gsap.registerPlugin(ScrollTrigger);
const bannerInfo = { const bannerInfo = {
title: `软件工厂,开启XX软件研发新时代`, title: `软件工厂,开启菌用软件研发新时代`,
desc: '软件开发过程数字化,软件开发活动智能化,软件开发链路敏捷化', desc: '软件开发过程数字化,软件开发活动智能化,软件开发链路敏捷化',
link: '/' link: '/'
} }

View File

@ -169,7 +169,7 @@ function AboutUs(){
<div className="feat_func_cont"> <div className="feat_func_cont">
<div className="feat_fun_img"><img src={fun4} /></div> <div className="feat_fun_img"><img src={fun4} /></div>
<div> <div>
<p>事数智生态市场</p> <p>事数智生态市场</p>
<div>支持代码溯源分析&nbsp;&nbsp;&nbsp;<br />许可证风险分析开源漏洞检测和加固建议&nbsp;&nbsp;&nbsp;</div> <div>支持代码溯源分析&nbsp;&nbsp;&nbsp;<br />许可证风险分析开源漏洞检测和加固建议&nbsp;&nbsp;&nbsp;</div>
</div> </div>
</div> </div>

View File

@ -37,16 +37,16 @@ function Banner({isVisible}) {
return ( return (
<div className="banner_v2 color-white home_v2_child" id="home_v2_child1"> <div className="banner_v2 color-white home_v2_child" id="home_v2_child1">
{/* 主要内容区域 */} {/* 主要内容区域 */}
<div className="center"> <div className="center pt20">
<div className="main-title-v2 width1600"> <div className="main-title-v2 width1600">
J队可控开源社区· 队可控开源社区·
<div className="highlight-wrapper"> <div className="highlight-wrapper">
<div className="text-carousel"> <div className="text-carousel">
<div className="carousel-text">探索群智众创新范式</div> <div className="carousel-text">探索群智众创新范式</div>
<div className="carousel-text">构建J民协同新生态</div> <div className="carousel-text">构建民协同新生态</div>
{/* 克隆元素用于循环 */} {/* 克隆元素用于循环 */}
<div className="carousel-text">探索群智众创新范式</div> <div className="carousel-text">探索群智众创新范式</div>
<div className="carousel-text">构建J民协同新生态</div> <div className="carousel-text">构建民协同新生态</div>
</div> </div>
</div> </div>
<img src={require('../image/img15.png').default} alt='' width={342} className='center-left-1'/> <img src={require('../image/img15.png').default} alt='' width={342} className='center-left-1'/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 KiB

After

Width:  |  Height:  |  Size: 502 KiB

View File

@ -299,7 +299,7 @@
padding: 10px; padding: 10px;
position: absolute; position: absolute;
top: 15%; top: 15%;
left: 8%; left: 4%;
} }
.center-left-code { .center-left-code {
@ -330,21 +330,21 @@
padding: 10px; padding: 10px;
position: absolute; position: absolute;
bottom: 8%; bottom: 8%;
right: 9.5%; right: 5.2%;
} }
.center-left-2 { .center-left-2 {
opacity: 0.4; opacity: 0.4;
position: absolute; position: absolute;
bottom: -6%; bottom: -3%;
left: 18%; left: 14%;
} }
.center-left-3 { .center-left-3 {
opacity: 0.5; opacity: 0.5;
position: absolute; position: absolute;
top: 19%; top: 19%;
right: 19.1%; right: 14.5%;
} }
} }
@ -368,8 +368,8 @@
.center-1-bk { .center-1-bk {
display: inline-block; display: inline-block;
width: 866px; width: 1000px;
height: 528px; height: 600px;
border-radius: 15px; border-radius: 15px;
background-image: url('./image/banner-bk.png'); background-image: url('./image/banner-bk.png');
background-size: 100% 100%; background-size: 100% 100%;
@ -387,13 +387,13 @@
} }
.center-image-container-content { .center-image-container-content {
height: 461px; height: 530px;
background-image: url('./image/bk6.png'), linear-gradient(145deg, #1d36a1, #171e41); background-image: url('./image/bk6.png'), linear-gradient(145deg, #1d36a1, #171e41);
background-size: 100% 100%; background-size: 100% 100%;
border-radius: 15px; border-radius: 15px;
img { img {
max-width: 94.6%; max-width: 95.4%;
} }
&-title { &-title {

View File

@ -62,7 +62,7 @@ function ProjectHomePage(props) {
getCate(); getCate();
getList(); getList();
getCateTopic(); getCateTopic();
document.title = 'JY开源软件仓库'; document.title = '菌用开源软件仓库';
// //
getInitCount(); getInitCount();
}, []) }, [])
@ -133,8 +133,8 @@ function ProjectHomePage(props) {
return <div className="homepage-box"> return <div className="homepage-box">
{/* banner区域内容 */} {/* banner区域内容 */}
<div className="width1600 mb40"> <div className="width1600 mb40">
<div className="font-60 p_h_title center pt70">开源软件仓库·<span className="p_h_title_text">护航J事数智</span></div> <div className="font-60 p_h_title center pt70">开源软件仓库·<span className="p_h_title_text">护航事数智</span></div>
<div className="font-18 center mb40">汇聚全球顶尖开源力量构建安全协同创新的软件生态赋能J事数字化转型与智能化升级</div> <div className="font-18 center mb40">汇聚全球顶尖开源力量构建安全协同创新的软件生态赋能事数字化转型与智能化升级</div>
<div className="df"> <div className="df">
<div className="df color-white project_count flex1 FlexAJ"> <div className="df color-white project_count flex1 FlexAJ">
{count.map((item, index)=>{ {count.map((item, index)=>{

View File

@ -94,7 +94,7 @@
font-weight: bold; font-weight: bold;
.forums-subject { .forums-subject {
border-bottom: none; border-bottom-color: transparent !important;
} }
.ant-tag{ .ant-tag{
font-weight: normal; font-weight: normal;