fix(breadcrumb): add aria-label to news detail breadcrumb for alignment
Also accumulates other pre-existing changes: - refactor(icons): replace deprecated BarChart3 with TrendingUp - refactor(services): replace emoji icons with LucideIcon components - refactor(footer): use logo-white for dark background - cleanup(archive): remove unused archive components - cleanup(constants): remove unused types and exports
This commit is contained in:
@@ -149,7 +149,7 @@ export const SERVICES: Service[] = [
|
||||
id: 'data',
|
||||
title: '技术服务',
|
||||
description: '系统集成、数据中台、云原生架构设计与技术外包服务。以工程化能力保障系统的稳定性、可扩展性与持续迭代。',
|
||||
icon: 'BarChart3',
|
||||
icon: 'Server',
|
||||
overview: '让数据从"存着"变成"用着"。多源数据整合、可视化看板、预测模型,为经营决策提供可量化的洞察支撑。',
|
||||
features: [
|
||||
'系统集成与架构:企业级系统集成与架构设计',
|
||||
|
||||
@@ -27,7 +27,7 @@ export const SOLUTIONS: Solution[] = [
|
||||
points: [
|
||||
{ icon: 'Factory', title: '生产透明化', description: '实时掌握生产进度、设备状态和质量数据' },
|
||||
{ icon: 'Package', title: '供应链协同', description: '采购、库存、物流全流程可视可控' },
|
||||
{ icon: 'BarChart3', title: '数据驱动决策', description: '多维度分析报表,支撑精益管理' },
|
||||
{ icon: 'TrendingUp', title: '数据驱动决策', description: '多维度分析报表,支撑精益管理' },
|
||||
],
|
||||
},
|
||||
suiteCombination: {
|
||||
@@ -227,7 +227,7 @@ export const SOLUTIONS: Solution[] = [
|
||||
points: [
|
||||
{ icon: 'Truck', title: '全程可视', description: '订单-运输-签收全链路追踪,提升客户体验' },
|
||||
{ icon: 'Route', title: '智能调度', description: '算法优化配载和路径,降低运输成本' },
|
||||
{ icon: 'BarChart3', title: '数据驱动', description: '多维度运营分析,支撑精细化管理决策' },
|
||||
{ icon: 'TrendingUp', title: '数据驱动', description: '多维度运营分析,支撑精细化管理决策' },
|
||||
],
|
||||
},
|
||||
suiteCombination: {
|
||||
|
||||
Reference in New Issue
Block a user