feat: 添加交通物流、智能制造、智能开发终端模拟并优化食品订单班

主要更新:
- 新增3个订单班终端模拟数据 (交通物流、智能制造、智能开发)
- 交通物流: 图片重命名(9张UUID图片→描述性中文名)
- 智能制造: 图片重命名(7张UUID图片→描述性中文名)
- 食品订单班: 完成React应用架构和设计系统
- 新增4个Serena记忆文档 (终端模拟开发指南、订单班命名规范等)
- 优化模态框和工作流页面交互逻辑

文件变更:
- 新增: transportation.ts, intelligentManufacturing.ts, developer.ts
- 新增: 食品订单班完整React应用 (Vite + TypeScript + Tailwind)
- 修改: RequirementModal.tsx, ResultModal.tsx, WorkflowPageV4.tsx
- 图片: 交通物流9张 + 智能制造7张重命名为中文描述性名称
This commit is contained in:
Yep_Q
2025-10-02 20:29:01 +08:00
parent 3b8cb3c568
commit b50d700a2e
67 changed files with 9808 additions and 36 deletions

View File

@@ -78,7 +78,7 @@
.hero {
min-height: 100vh;
height: auto;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
display: flex;
align-items: center;
justify-content: center;
@@ -632,49 +632,49 @@
/* 背景图案 - 性能优化 */
.bg-pattern-1 {
background-image:
linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%),
linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%),
radial-gradient(circle at 10% 20%, rgba(255,255,255,0.4) 0%, transparent 40%),
radial-gradient(circle at 90% 80%, rgba(255,255,255,0.3) 0%, transparent 40%);
}
.bg-pattern-2 {
background-image:
linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%),
linear-gradient(135deg, #f1f8e9 0%, #dcedc8 100%),
radial-gradient(circle at 15% 30%, rgba(255,255,255,0.4) 0%, transparent 40%),
radial-gradient(circle at 85% 70%, rgba(255,255,255,0.3) 0%, transparent 40%);
}
.bg-pattern-3 {
background-image:
linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%),
linear-gradient(135deg, #e8f5e9 0%, #a5d6a7 100%),
radial-gradient(circle at 20% 40%, rgba(255,255,255,0.4) 0%, transparent 40%),
radial-gradient(circle at 80% 60%, rgba(255,255,255,0.3) 0%, transparent 40%);
}
.bg-pattern-4 {
background-image:
linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%),
linear-gradient(135deg, #c8e6c9 0%, #81c784 100%),
radial-gradient(circle at 25% 50%, rgba(255,255,255,0.4) 0%, transparent 40%),
radial-gradient(circle at 75% 50%, rgba(255,255,255,0.3) 0%, transparent 40%);
}
.bg-pattern-5 {
background-image:
linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%),
linear-gradient(135deg, #f1f8e9 0%, #c5e1a5 100%),
radial-gradient(circle at 30% 60%, rgba(255,255,255,0.4) 0%, transparent 40%),
radial-gradient(circle at 70% 40%, rgba(255,255,255,0.3) 0%, transparent 40%);
}
.bg-pattern-6 {
background-image:
linear-gradient(135deg, #f093fb 0%, #f5576c 100%),
linear-gradient(135deg, #dcedc8 0%, #aed581 100%),
radial-gradient(circle at 35% 70%, rgba(255,255,255,0.4) 0%, transparent 40%),
radial-gradient(circle at 65% 30%, rgba(255,255,255,0.3) 0%, transparent 40%);
}
.bg-pattern-7 {
background-image:
linear-gradient(135deg, #4facfe 0%, #00f2fe 100%),
linear-gradient(135deg, #c8e6c9 0%, #66bb6a 100%),
radial-gradient(circle at 40% 80%, rgba(255,255,255,0.4) 0%, transparent 40%),
radial-gradient(circle at 60% 20%, rgba(255,255,255,0.3) 0%, transparent 40%);
}
@@ -695,13 +695,15 @@
}
/* 图标渐变 */
.icon-market { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.icon-brand { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.icon-location { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.icon-menu { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.icon-operation { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.icon-team { background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); }
.icon-finance { background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); }
.icon-market { background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%); }
.icon-brand { background: linear-gradient(135deg, #66BB6A 0%, #43A047 100%); }
.icon-location { background: linear-gradient(135deg, #81C784 0%, #4CAF50 100%); }
.icon-menu { background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%); }
.icon-operation { background: linear-gradient(135deg, #66BB6A 0%, #388E3C 100%); }
.icon-team {
background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%); }
.icon-finance {
background: linear-gradient(135deg, #66BB6A 0%, #2E7D32 100%); }
/* 加载动画 */
@keyframes rotate {