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:
@@ -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