diff --git a/.playwright-mcp/wenlu-fixed.png b/.playwright-mcp/wenlu-fixed.png new file mode 100644 index 00000000..2a9800d0 Binary files /dev/null and b/.playwright-mcp/wenlu-fixed.png differ diff --git a/web_frontend/web_result/app.js b/web_frontend/web_result/app.js index 4ac670cb..963cc83a 100644 --- a/web_frontend/web_result/app.js +++ b/web_frontend/web_result/app.js @@ -29,6 +29,7 @@ const orderClassDirs = ['wenlu', 'food', 'finance', 'health', 'chemical', 'envir 'transportation', 'energy', 'visual-design', 'civil', 'developer', 'manufacturing']; orderClassDirs.forEach(dir => { + // 每个订单班的资源路径 app.use(`/order-class/${dir}/css`, express.static(`order-classes/${dir}/css`)); app.use(`/order-class/${dir}/js`, express.static(`order-classes/${dir}/js`)); app.use(`/order-class/${dir}/data`, express.static(`order-classes/${dir}/data`)); diff --git a/web_frontend/web_result/order-classes/wenlu/budget.html b/web_frontend/web_result/order-classes/wenlu/budget.html index 1400b7a1..01bab2fc 100644 --- a/web_frontend/web_result/order-classes/wenlu/budget.html +++ b/web_frontend/web_result/order-classes/wenlu/budget.html @@ -415,7 +415,7 @@ -
+

支出预算明细分析

diff --git a/web_frontend/web_result/order-classes/wenlu/data/会展策划 b/web_frontend/web_result/order-classes/wenlu/data/会展策划 deleted file mode 120000 index b8713a79..00000000 --- a/web_frontend/web_result/order-classes/wenlu/data/会展策划 +++ /dev/null @@ -1 +0,0 @@ -/Users/xiaoqi/Documents/Dev/Project/2025-09-08_n8nDEMO演示/data/会展策划 \ No newline at end of file diff --git a/web_frontend/web_result/order-classes/wenlu/data/订单班文档资料 b/web_frontend/web_result/order-classes/wenlu/data/订单班文档资料 new file mode 120000 index 00000000..3204d150 --- /dev/null +++ b/web_frontend/web_result/order-classes/wenlu/data/订单班文档资料 @@ -0,0 +1 @@ +../../../../../data/订单班文档资料 \ No newline at end of file diff --git a/web_frontend/web_result/order-classes/wenlu/exhibition.html b/web_frontend/web_result/order-classes/wenlu/exhibition.html index bda9857a..c47623ea 100644 --- a/web_frontend/web_result/order-classes/wenlu/exhibition.html +++ b/web_frontend/web_result/order-classes/wenlu/exhibition.html @@ -203,7 +203,7 @@
-
+

@@ -300,7 +300,7 @@
- 整车展示 + 整车展示
@@ -337,7 +337,7 @@
- 核心零部件 + 核心零部件
@@ -374,7 +374,7 @@
- 智能交通 + 智能交通
@@ -411,7 +411,7 @@
- 配套服务 + 配套服务
@@ -744,7 +744,7 @@ }); img.addEventListener('error', function() { this.classList.add('image-error'); - this.src = '../data/订单班文档资料/文旅/notion文稿/image/博览会.jpg'; // 备用图片 + this.src = 'data/订单班文档资料/文旅/notion文稿/image/博览会.jpg'; // 备用图片 }); }); diff --git a/web_frontend/web_result/order-classes/wenlu/index.html b/web_frontend/web_result/order-classes/wenlu/index.html index 8a1f78ad..3430c86f 100644 --- a/web_frontend/web_result/order-classes/wenlu/index.html +++ b/web_frontend/web_result/order-classes/wenlu/index.html @@ -4,11 +4,14 @@ 2024长三角国际新能源汽车与智能交通产业博览会 - + + + + - + @@ -158,7 +161,7 @@
-
+
@@ -246,7 +249,7 @@
-
+
@@ -293,7 +296,7 @@
-
+
@@ -309,7 +312,7 @@
- 小米汽车 + 小米汽车
热门展区
@@ -328,7 +331,7 @@
- 试驾体验 + 试驾体验
互动体验
@@ -347,7 +350,7 @@
- 论坛峰会 + 论坛峰会
主题论坛
@@ -425,7 +428,7 @@
- 展馆布置图 + 展馆布置图

展馆3D全景布置图 - 点击查看详情

@@ -437,13 +440,13 @@
-
+

精彩瞬间

- 展会内部 + 展会内部

展馆内部参观

@@ -453,7 +456,7 @@
- 签到处 + 签到处

智能签到系统

@@ -463,7 +466,7 @@
- 展品展示 + 展品展示

明星展品

@@ -476,7 +479,7 @@
- 展品1 + 展品1

智能驾驶展示

@@ -484,7 +487,7 @@
- 展品2 + 展品2

充电技术革新

@@ -492,7 +495,7 @@
- 展品3 + 展品3

电池技术展览

@@ -500,7 +503,7 @@
- 展品4 + 展品4

智慧交通系统

diff --git a/web_frontend/web_result/order-classes/wenlu/js/order-class-handler.js b/web_frontend/web_result/order-classes/wenlu/js/order-class-handler.js index c2ba40e2..8ad64c2c 100644 --- a/web_frontend/web_result/order-classes/wenlu/js/order-class-handler.js +++ b/web_frontend/web_result/order-classes/wenlu/js/order-class-handler.js @@ -183,30 +183,30 @@ lime: { primary: '#84cc16', secondary: '#a3e635', accent: '#bef264' } }; - const colors = colorMap[color] || colorMap.emerald; + const colorScheme = colorMap[color] || colorMap.emerald; style.textContent = ` :root { - --color-primary: ${colors.primary}; - --color-secondary: ${colors.secondary}; - --color-accent: ${colors.accent}; + --color-primary: ${colorScheme.primary}; + --color-secondary: ${colorScheme.secondary}; + --color-accent: ${colorScheme.accent}; } .bg-gradient-primary { - background: linear-gradient(135deg, ${colors.primary} 0%, ${colors.secondary} 100%); + background: linear-gradient(135deg, ${colorScheme.primary} 0%, ${colorScheme.secondary} 100%); } - .text-primary { color: ${colors.primary}; } - .bg-primary { background-color: ${colors.primary}; } - .border-primary { border-color: ${colors.primary}; } + .text-primary { color: ${colorScheme.primary}; } + .bg-primary { background-color: ${colorScheme.primary}; } + .border-primary { border-color: ${colorScheme.primary}; } - .nav-link.active { color: ${colors.primary}; } - .nav-link.active span { background-color: ${colors.primary}; } - .nav-link:hover { color: ${colors.primary}; } - .nav-link span { background-color: ${colors.primary}; } + .nav-link.active { color: ${colorScheme.primary}; } + .nav-link.active span { background-color: ${colorScheme.primary}; } + .nav-link:hover { color: ${colorScheme.primary}; } + .nav-link span { background-color: ${colorScheme.primary}; } .logo-icon { - background: linear-gradient(to bottom right, ${colors.secondary}, ${colors.primary}); + background: linear-gradient(to bottom right, ${colorScheme.secondary}, ${colorScheme.primary}); } `; diff --git a/web_frontend/web_result/order-classes/wenlu/marketing.html b/web_frontend/web_result/order-classes/wenlu/marketing.html index d12ced84..9e28424a 100644 --- a/web_frontend/web_result/order-classes/wenlu/marketing.html +++ b/web_frontend/web_result/order-classes/wenlu/marketing.html @@ -139,7 +139,7 @@
-
+
@@ -172,7 +172,7 @@
-
+

diff --git a/web_frontend/web_result/order-classes/wenlu/operation.html b/web_frontend/web_result/order-classes/wenlu/operation.html index 3dd38ab2..55b4b652 100644 --- a/web_frontend/web_result/order-classes/wenlu/operation.html +++ b/web_frontend/web_result/order-classes/wenlu/operation.html @@ -174,7 +174,7 @@
- Exhibition Background @@ -368,7 +368,7 @@

- CAD设计图
@@ -395,7 +395,7 @@
- 概念设计图
@@ -422,7 +422,7 @@
- 3D建模
@@ -455,7 +455,7 @@
- 最终方案
diff --git a/web_frontend/web_result/order-classes/wenlu/overview.html b/web_frontend/web_result/order-classes/wenlu/overview.html index 1b8cd263..86833229 100644 --- a/web_frontend/web_result/order-classes/wenlu/overview.html +++ b/web_frontend/web_result/order-classes/wenlu/overview.html @@ -102,7 +102,7 @@
- 博览会背景 + 博览会背景
@@ -233,7 +233,7 @@
- 展馆布置 + 展馆布置

diff --git a/web_frontend/web_result/order-classes/wenlu/risk.html b/web_frontend/web_result/order-classes/wenlu/risk.html index b5c4840d..96598f57 100644 --- a/web_frontend/web_result/order-classes/wenlu/risk.html +++ b/web_frontend/web_result/order-classes/wenlu/risk.html @@ -462,7 +462,7 @@

-
+

重点风险详细分析