From 03c63c7015094cdacee2d5caae6564f03ccf5e84 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Sat, 7 Feb 2026 00:40:57 +0800 Subject: [PATCH] feat(docs): add interactive industry scenario selector with vue components Implement a dynamic industry scenario selector that recommends relevant applications based on user's interests and purposes. The feature includes: - Vue components for interest and purpose selection - Topic pool with categorized industry scenarios - Recommendation algorithm based on user selections - Smooth scrolling to relevant sections - Responsive UI with Element Plus components --- .../appendix-industry-scenarios/index.md | 399 +++++++++++++++++- 1 file changed, 397 insertions(+), 2 deletions(-) diff --git a/docs/zh-cn/stage-1/appendix-industry-scenarios/index.md b/docs/zh-cn/stage-1/appendix-industry-scenarios/index.md index f1dcfb4..7e4bd30 100644 --- a/docs/zh-cn/stage-1/appendix-industry-scenarios/index.md +++ b/docs/zh-cn/stage-1/appendix-industry-scenarios/index.md @@ -4,7 +4,321 @@ description: '本文档汇总了 LLM 大模型在多个产业中的落地应用 --- # 产业多分类场景方向参考 @@ -17,6 +331,87 @@ const duration = '约 6 小时' +## 行业方向快速选择 + + +
找到适合你的应用场景
+
+ 选择你的兴趣方向和想要实现的目的,系统会推荐相关的行业场景,点击标签即可跳转到对应章节。 +
+ + + + +
+ {{ item.label }} + {{ item.desc }} +
+
+
+
+ + + +
+ {{ item.label }} + {{ item.desc }} +
+
+
+
+
+ + +
+
+ 为你推荐 {{ recommendationTopics.length }} 个应用场景 + + ({{ currentSelection.interest }} + {{ currentSelection.purpose }}) + +
+ + + + + + + + +
+ 💡 点击表格任意行即可跳转到对应行业章节 +
+
+ + +
+ 💡 请选择兴趣方向和实现目的 + 💡 请选择兴趣方向 + 💡 请选择实现目的 +
+ + +
+ 重新选择 +
+
+ ## 行业快速介绍 ### 主流技术选型 @@ -46,11 +441,11 @@ const duration = '约 6 小时' - 进阶级:工业质检、医疗影像分析、代码智能助手 - 专业级:金融风控、网络安全、多模态复杂应用 -## 1. 工业制造业 +## 1. 工业制造业 工业制造业场景主要围绕设计辅助、生产优化、智能运维三大方向展开。常见应用包括利用 AI 辅助产品外观设计、自动化图纸审查、技术文档智能生成、工业设备故障诊断等,能够显著提升设计效率和降低运维成本。 -| 序号 | 应用场景名称 | 实现参考 | +| 序号 | 应用场景名称 | 实现参考 | | :--: | ------------------------------ | ---------------------------------------------------------------------------------------------------------------- | | 1 | 新能源客车外观 AI 辅助设计平台 | 基于图片生成模型进行外观概念设计,结合 LLM 进行设计规范检查和创意迭代;集成 Three.js 3D 渲染服务 | | 2 | 智能图纸设计与审查助手 | 利用 RAG 技术构建企业设计规范知识库,DALL·E 生成参考图辅助理解;集成 CAD API 实现图纸自动化解析 |