首页隐藏工厂专区相关内容

This commit is contained in:
谢思 2025-11-28 10:21:30 +08:00
parent b96532cd2b
commit 461a6c995c
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ function Index(props) {
<div className="home-main">
<Store />
<Chain />
<Factory />
{/* <Factory /> */}
<Forum />
</div>
</div>

View File

@ -8,7 +8,7 @@ import { Link } from "react-router-dom";
const BANNER_DATA = [
{ key: 1, keyword: '仓库', name: '军用开源软件仓库', title: '军用开源软件仓库', content: '提供软件源码的集中托管与协作、编译构建后的制品统一管理,并支持一键搜索与下载成熟可用的应用程序,为军事软件的全生命周期提供一站式管理与分发服务', img: banner1 },
{ key: 2, keyword: '供应链', name: '供应链监测', title: '供应链监测', content: '实现供应链全流程可视化与智能决策。通过实时数据监控、需求预测与风险预警,优化库存与资源配置,助力精准掌控供应链动态,实现降本增效', img: banner2 },
{ key: 3, keyword: '软件工厂', name: '软件工厂专区', title: '软件工厂专区', content: '为您提供从需求到部署的一站式项目工程化管理。通过标准化流程、自动化流水线与统一制品库,赋能团队高效协作、规范交付,全面提升软件生产质量与效率', img: banner3 }
// { key: 3, keyword: '', name: '', title: '', content: '线', img: banner3 }
]
function Banner(props) {