From aa03951e71264de942e0475ac23fec6078e6fc07 Mon Sep 17 00:00:00 2001 From: Li1304553726 <1304553726@qq.com> Date: Wed, 11 Jun 2025 13:19:09 +0800 Subject: [PATCH] zhfw --- .../components/content/integ/Integrated.tsx | 175 ++++++++++-------- apps/web/components/content/jcdt/page.tsx | 2 + 2 files changed, 99 insertions(+), 78 deletions(-) diff --git a/apps/web/components/content/integ/Integrated.tsx b/apps/web/components/content/integ/Integrated.tsx index cec8bb4..e921f3e 100644 --- a/apps/web/components/content/integ/Integrated.tsx +++ b/apps/web/components/content/integ/Integrated.tsx @@ -1,8 +1,9 @@ import React from 'react'; -const services = [ +// 将服务分成三组 +const serviceGroup1 = [ { - icon: '/picture/1.jpg', // 这里可以替换为图片或SVG + icon: '/picture/1.jpg', label: '军队自考', href: '/study', }, @@ -11,26 +12,6 @@ const services = [ label: '军人', href: '/scholarship', }, - { - icon: '/picture/3.jpg', - label: '蓝天邮局', - href: '/mail', - }, - { - icon: '/picture/4.jpg', - label: '策划工具', - href: '/plan', - }, - { - icon: '/picture/5.jpg', - label: '情调研', - href: '/survey', - }, - { - icon: '/picture/6.jpg', - label: '上网助手', - href: '/net', - }, { icon: '/picture/7.jpg', label: '常用软件', @@ -41,6 +22,19 @@ const services = [ label: '智能语音', href: '/voice', }, +]; + +const serviceGroup2 = [ + { + icon: '/picture/3.jpg', + label: '蓝天邮局', + href: '/mail', + }, + { + icon: '/picture/4.jpg', + label: '策划工具', + href: '/plan', + }, { icon: '/picture/9.jpg', label: '办公模板', @@ -51,6 +45,19 @@ const services = [ label: '智能校对', href: '/ai-check', }, +]; + +const serviceGroup3 = [ + { + icon: '/picture/5.jpg', + label: '情调研', + href: '/survey', + }, + { + icon: '/picture/6.jpg', + label: '上网助手', + href: '/net', + }, { icon: '/picture/11.jpg', label: '考试平台', @@ -65,67 +72,79 @@ const services = [ const Integrated: React.FC = () => { return ( -