Files
n8n/1.云大阁邮件.md
2025-09-07 17:56:25 +08:00

652 lines
46 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"nodes": [
{
"parameters": {
"promptType": "define",
"text": "=你是一个专业的前端文案工程师和信息可视化专家。\n以下是一个大模型生成的报告我觉得存在问题需要改进以下是修改建议\n{{ $json.data['修改意见'] }}\n以下是原报告修改后按照原格式输出\n{{ $('Code2').item.json.html }}",
"batching": {}
},
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"typeVersion": 1.7,
"position": [
-112,
944
],
"id": "e4ecc2b0-b0aa-4752-b2d3-cac1fd45b296",
"name": "Basic LLM Chain1"
},
{
"parameters": {
"model": {
"__rl": true,
"value": "qwen2.5-7b-instruct",
"mode": "list",
"cachedResultName": "qwen2.5-7b-instruct"
},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.2,
"position": [
-112,
1136
],
"id": "e7a335c5-783a-4a59-9c85-140c1cec26e5",
"name": "OpenAI Chat Model1",
"credentials": {
"openAiApi": {
"id": "vABx27LgrvIpKZze",
"name": "OpenAi account"
}
}
},
{
"parameters": {
"operation": "sendAndWait",
"fromEmail": "1594481789@qq.com",
"toEmail": "383369080@qq.com",
"subject": "本周邮件",
"message": "={{ $json.text }}",
"responseType": "customForm",
"formFields": {
"values": [
{
"fieldLabel": "yes or no ?",
"fieldType": "dropdown",
"fieldOptions": {
"values": [
{
"option": "yes"
},
{
"option": "no"
}
]
},
"requiredField": true
},
{
"fieldLabel": "修改意见",
"fieldType": "textarea"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
192,
944
],
"id": "23aff25f-9069-45fb-96ab-71240b8a3c2b",
"name": "SendAndWait email1",
"webhookId": "ea2f0334-e4f1-4d5f-b5eb-274a26b30027",
"credentials": {
"smtp": {
"id": "XyE7qW0Q0ebTpAD4",
"name": "SMTP account"
}
}
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 2
},
"conditions": [
{
"id": "13f4121b-9900-4757-ba38-1e8fbc71697e",
"leftValue": "={{ $json.data['yes or no ?'] }}",
"rightValue": "yes",
"operator": {
"type": "string",
"operation": "equals",
"name": "filter.operator.equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
336,
944
],
"id": "4bc8c773-63fa-4a6d-9f0f-e9a31a7bfedf",
"name": "If2"
},
{
"parameters": {
"method": "POST",
"url": "https://yundage.com/api/statistics/report",
"authentication": "genericCredentialType",
"genericAuthType": "httpBearerAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Bearer",
"value": "0a1fa2d3016b172bd2fbc302ab6d060f"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n\"startTime\":\"{{ $now.minus({ weeks: 1 }).toFormat('yyyy-MM-dd') }} 00:00:00\",\n\"endTime\":\"{{ $now.toFormat('yyyy-MM-dd') }} 00:00:00\"\n}\n",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-1056,
832
],
"id": "f9356690-a82e-4a71-8814-ead6dada53f7",
"name": "HTTP Request",
"credentials": {
"httpBearerAuth": {
"id": "oh4QM0WGWwPuhuli",
"name": "Bearer Auth account"
}
}
},
{
"parameters": {
"batchSize": "=1",
"options": {}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
688,
800
],
"id": "144d9e1b-5f88-4a9c-954f-8d3c7fa487ea",
"name": "Loop Over Items1"
},
{
"parameters": {
"promptType": "define",
"text": "=你是一个专业的前端文案工程师和信息可视化专家。请基于以下 JSON 格式的报告摘要数据,帮我生成一个高质量的 HTML 页面。\n\n以下是你要展示的内容数据\n{{ $json.result.allfile }}\n请你按照如下要求设计这个 HTML 页面:\n\n### 📌 页面结构要求:\n1. 页面标题为:**《最新行业报告汇总》**\n2. 页面顶部有一个**简洁的横幅标题**,居中展示。\n3. 每一份报告以**卡片Card形式**排布,每张卡片包括:\n - 报告标题(使用 <h3> 或加粗字体)\n - 报告摘要(一段文字,控制在 3-4 行)\n - 阅读链接(带跳转的超链接,按钮或文字链接格式)\n4. 页面整体采用**响应式设计**,在桌面和移动端上表现良好。\n5. 使用美观的字体配色,建议配色主题为:\n - 主标题颜色:#2c3e50(深蓝色)\n - 正文颜色:#34495e\n - 背景色:#f8f9fa 或白色\n - 链接颜色:#3498db(蓝色)\n6. 页面使用简洁的 CSS 样式,内嵌在 `<style>` 中,不要依赖外部 CSS 文件。\n7. 你可以为每张卡片添加轻微阴影效果或圆角,提升视觉体验。\n\n请输出完整 HTML 源码,不要包含额外解释或说明。\n输出不要带代码块说明```等符号我需要你输出的html代码复制就可以作为网页使用\n示例\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>《最新行业报告汇总》</title>\n <style>\n body {\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n background-color: #f8f9fa; /* 背景色 */\n color: #34495e; /* 正文颜色 */\n margin: 0;\n padding: 0;\n line-height: 1.6;\n }\n\n .header-banner {\n background-color: #ffffff;\n padding: 40px 20px;\n text-align: center;\n border-bottom: 1px solid #e0e0e0;\n margin-bottom: 30px;\n box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n }\n\n .header-banner h1 {\n color: #2c3e50; /* 主标题颜色 */\n font-size: 2.5em;\n margin: 0;\n padding: 0;\n }\n\n .header-banner p {\n color: #7f8c8d;\n font-size: 1.1em;\n margin-top: 10px;\n }\n\n .report-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 30px;\n max-width: 1200px;\n margin: 0 auto 50px auto;\n padding: 0 20px;\n }\n\n .card {\n background-color: #ffffff;\n border-radius: 10px;\n box-shadow: 0 4px 15px rgba(0,0,0,0.08); /* 轻微阴影效果 */\n padding: 25px;\n display: flex; /* 使用flex布局让内容自适应 */\n flex-direction: column;\n justify-content: space-between; /* 让按钮在底部 */\n transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;\n }\n\n .card:hover {\n transform: translateY(-5px);\n box-shadow: 0 6px 20px rgba(0,0,0,0.12);\n }\n\n .card-title {\n font-size: 1.3em;\n color: #2c3e50; /* 深蓝色 */\n margin-top: 0;\n margin-bottom: 15px;\n font-weight: bold;\n }\n\n .card-summary {\n font-size: 0.95em;\n color: #34495e; /* 正文颜色 */\n margin-bottom: 20px;\n /*\n // 以下是原始可能导致截断的CSS现在移除或注释掉\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 4; // 限制为4行\n -webkit-box-orient: vertical;\n height: 96px; // 或其他固定高度,现在移除\n */\n flex-grow: 1; /* 让摘要占据可用空间,使其内容完全显示 */\n }\n\n .card-link {\n display: inline-block;\n background-color: #3498db; /* 链接颜色 */\n color: #ffffff;\n padding: 10px 20px;\n border-radius: 5px;\n text-decoration: none;\n font-weight: bold;\n text-align: center;\n transition: background-color 0.2s ease-in-out;\n margin-top: auto; /* 将按钮推到底部 */\n }\n\n .card-link:hover {\n background-color: #2980b9;\n }\n\n .card-meta {\n font-size: 0.85em;\n color: #7f8c8d;\n margin-top: 10px;\n text-align: right;\n }\n\n /* 响应式设计 */\n @media (max-width: 768px) {\n .header-banner h1 {\n font-size: 2em;\n }\n .header-banner p {\n font-size: 1em;\n }\n .report-grid {\n grid-template-columns: 1fr; /* 在小屏幕上单列布局 */\n padding: 0 15px;\n }\n .card {\n padding: 20px;\n }\n .card-title {\n font-size: 1.2em;\n }\n .card-summary {\n font-size: 0.9em;\n }\n }\n </style>\n</head>\n<body>\n <img src=\"yun-da-ge.png\" alt=\"头图\" style=\"width:100%; display:block;\">\n <div class=\"header-banner\">\n <h1>《最新行业报告汇总》</h1>\n <p>收录最新行业洞察与技术前沿报告</p>\n </div>\n\n <div class=\"report-grid\">\n <!-- 示例报告 1 -->\n <div class=\"card\">\n <h3 class=\"card-title\">AI技术在项目管理中的应用洞察报告</h3>\n <p class=\"card-summary\">\n 在政策支持与市场需求驱动下AI技术正深度融入项目管理全生命周期进入规模化落地阶段。报告分析了各行业痛点如IT/互联网需求变更频繁、制造业跨团队协作低效等并从AI核心能力角度解析其在项目管理中的应用场景。深度探讨了AI在效率提升、质量优化、成本控制等方面的实际价值并结合国内外标杆企业案例提供了AI技术在项目管理中落地的具体路径和成功经验。本报告旨在为企业高管、项目管理者及技术研究者提供一份全面而深入的参考资料助力AI技术更好地赋能项目管理实践提升组织整体竞争力。\n </p>\n <a href=\"https://yundage.com/report/detail/992\" class=\"card-link\" target=\"_blank\">阅读报告</a>\n <p class=\"card-meta\">2025-08-05</p>\n </div>\n\n <!-- 示例报告 2 -->\n <div class=\"card\">\n <h3 class=\"card-title\">专家观点-轻量化大模型微调在非功能测试需求准入场景下的应用研究</h3>\n <p class=\"card-summary\">\n 本文围绕金融领域非功能测试需求准入场景中的领域认知不足、计算资源受限及评审效率低下三大核心问题提出并研究了多种轻量化大模型的微调解决方案。研究采用LoRA方法对预训练大模型进行微调通过实验验证了其在提升领域认知能力和满足低资源部署需求方面的有效性。同时论文还探讨了基于微调大模型实现测试需求自动化分析与评审显著提升了评审效率和准确性为金融行业的非功能测试质量保障提供了新的思路和技术支撑。\n </p>\n <a href=\"https://yundage.com/report/detail/967\" class=\"card-link\" target=\"_blank\">阅读报告</a>\n <p class=\"card-meta\">2025-08-05</p>\n </div>\n\n <!-- 示例报告 3 -->\n <div class=\"card\">\n <h3 class=\"card-title\">2025智能体十大关键词</h3>\n <p class=\"card-summary\">\n 近年来,人工智能技术持续向纵深发展,以智能体为代表的大模型应用正成为推动产业智能化变革的核心引擎之一。中国人工智能产业发展联盟副秘书长、中国信通院副总工程师王爱华正式发布并解读\"2025智能体十大关键词\",深入预测智能体技术未来发展趋势、应用前景以及可能带来的伦理挑战。报告详细阐述了智能体在决策制定、任务自动化、人机协作等方面的创新应用,并指出智能体的发展将重塑各行各业的生产模式和商业逻辑。\n </p>\n <a href=\"https://yundage.com/report/detail/966\" class=\"card-link\" target=\"_blank\">阅读报告</a>\n <p class=\"card-meta\">2025-08-05</p>\n </div>\n\n <!-- 示例报告 4 -->\n <div class=\"card\">\n <h3 class=\"card-title\">何宝宏 - 2025云计算十大关键词</h3>\n <p class=\"card-summary\">\n 本报告系统性地描绘了2025年云计算产业的发展蓝图指出人工智能特别是大模型与云计算的深度融合是驱动行业变革的核心引擎。报告从基础设施超大规模智算集群、服务模式推理云服务、工程化交付、应用范式智能体、部署形态一体机、云终端到架构演进智能混合云、卓越架构再到市场策略央国企市场、全球化出海全方位地解读“云+AI”如何重塑技术栈、商业模式和全球市场格局。\n </p>\n <a href=\"https://yundage.com/report/detail/966\" class=\"card-link\" target=\"_blank\">点击查看报告原文</a>\n <p class=\"card-meta\">2025-08-05</p>\n </div>\n \n </div>\n\n</body>\n</html>\n",
"batching": {}
},
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"typeVersion": 1.7,
"position": [
368,
352
],
"id": "99072634-e687-4258-8e1f-37d35094260d",
"name": "Basic LLM Chain2"
},
{
"parameters": {
"fromEmail": "yundage@caict.ac.cn",
"toEmail": "={{ $json.email }}",
"subject": "=云大阁新报告推送",
"emailFormat": "=html",
"html": "={{ $('Code2').item.json.html }}",
"options": {
"appendAttribution": false
}
},
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
960,
816
],
"id": "ab616ac3-f5ea-45d2-b51b-109042ea8b0b",
"name": "Send email1",
"webhookId": "bf65eb7b-2c76-4f2c-b936-25f4b92e3cba",
"credentials": {
"smtp": {
"id": "EwM5mBudN0JCWpF0",
"name": "媛姐"
}
}
},
{
"parameters": {
"operation": "executeQuery",
"query": "SELECT DISTINCT name, email FROM subscribers WHERE active = 1;\n\n\n\n",
"options": {}
},
"type": "n8n-nodes-base.mySql",
"typeVersion": 2.4,
"position": [
480,
800
],
"id": "83099d6f-7f44-4458-9c4f-f78d90cfff51",
"name": "sql获取用户信息1",
"credentials": {
"mySql": {
"id": "WgJFY66tWFEyYTXj",
"name": "yuanjie"
}
}
},
{
"parameters": {
"jsCode": "// 创建一个数组,收集所有 item.json 内容\nconst allItems = [];\nlet itemCount = 0;\n\n// 遍历所有输入的 item收集 json 数据\nfor (const item of $input.all()) {\n allItems.push(item.json);\n itemCount++;\n}\n\n// 返回一个 item其中包含所有 item.json 的合并数据以及 item 的数量\n\n\n\n\n\n// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nconst mergedString = allItems\n .map(doc => JSON.stringify(doc, null, 2)) // 格式化每个对象缩进2空格\n .join('\\n\\n'); // 每个对象之间用两个换行分隔\n \n// 构建新格式的对象\nconst result = {\n allfile: mergedString,\n totalItems: itemCount \n};\n\nreturn {result};"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
-352,
368
],
"id": "e4d22346-c4f1-4ce7-92d2-d81fcf5e3668",
"name": "Code3"
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 2
},
"conditions": [
{
"id": "36a179d0-001f-4cb9-a271-da04a6e5f28e",
"leftValue": "={{ $json.result.totalItems }}",
"rightValue": 0,
"operator": {
"type": "number",
"operation": "gt"
}
}
],
"combinator": "and"
},
"options": {}
},
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
-144,
368
],
"id": "5d9ac4e0-e7c8-4996-853b-c551ea8c339c",
"name": "If3"
},
{
"parameters": {
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
"typeVersion": 1,
"position": [
368,
512
],
"id": "e199cea3-ae23-48d8-bca8-cb21e2b048a8",
"name": "DeepSeek Chat Model",
"credentials": {
"deepSeekApi": {
"id": "w4rUTabwUayONNbb",
"name": "DeepSeek account"
}
}
},
{
"parameters": {
"jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nfor (const item of $input.all()) {\n item.json.myNewField = 1;\n}\n\nreturn $input.all();"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
112,
352
],
"id": "d4a1edb4-f336-4cde-9e76-8c7f889e119f",
"name": "Code"
},
{
"parameters": {
"jsCode": "// 在 n8n 的 Code 节点中使用\n\nconst reports = $input.first().json.data.data;\n\n// !! 重要:把下面的 YOUR_N8N_WEBHOOK_URL 换成你新创建的 Webhook URL\nconst n8nDownloadWebhookUrl = 'https://YOUR_N8N_INSTANCE.COM/webhook-test/DOWNLOAD_PATH'; \n\nconst reportCards = reports.map(report => {\n const formattedDate = report.publishTime.split('T')[0];\n \n // 对文件名进行 URL 编码,以防文件名中含有特殊字符\n const encodedTitle = encodeURIComponent(report.title);\n\n return `\n <div class=\"card\">\n <h3 class=\"card-title\">${report.title}</h3>\n <p class=\"card-summary\">${report.summary}</p>\n <div class=\"card-actions\">\n <a href=\"${report.reportUrl}\" class=\"card-link read-link\" target=\"_blank\">在线阅读</a>\n <a href=\"${n8nDownloadWebhookUrl}?reportId=${report.reportId}&title=${encodedTitle}\" class=\"card-link download-link\" target=\"_blank\">下载报告</a>\n </div>\n <p class=\"card-meta\">发布日期: ${formattedDate}</p>\n </div>\n `;\n}).join('');\n\nconst fullHtml = `\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>《最新行业报告汇总》</title>\n <style>\n body { font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif; background-color: #f8f9fa; color: #34495e; margin: 0; padding: 0; line-height: 1.6; }\n .header-banner { background-color: #ffffff; padding: 40px 20px; text-align: center; border-bottom: 1px solid #e0e0e0; margin-bottom: 30px; box-shadow: 0 2px 4px rgba(0,0,0,0.03); }\n .header-banner h1 { color: #2c3e50; font-size: 2.5em; margin: 0; }\n .report-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 50px auto; padding: 0 20px; }\n .card { background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); padding: 25px; display: flex; flex-direction: column; transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }\n .card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); }\n .card-title { font-size: 1.25em; color: #2c3e50; font-weight: bold; margin: 0 0 15px 0; }\n .card-summary { font-size: 0.95em; color: #34495e; flex-grow: 1; margin: 0 0 20px 0; }\n .card-actions { display: flex; gap: 10px; margin-top: auto; margin-bottom: 15px; }\n .card-link { flex: 1; display: inline-block; color: #ffffff; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.2s ease-in-out; border: none; cursor: pointer; font-size: 0.9em; }\n .read-link { background-color: #3498db; }\n .read-link:hover { background-color: #2980b9; }\n .download-link { background-color: #2ecc71; }\n .download-link:hover { background-color: #27ae60; }\n .card-meta { font-size: 0.85em; color: #7f8c8d; text-align: right; margin: 0; }\n @media (max-width: 768px) { .header-banner h1 { font-size: 2em; } .report-grid { grid-template-columns: 1fr; } }\n </style>\n</head>\n<body>\n <div class=\"header-banner\">\n <h1>《最新行业报告汇总》</h1>\n </div>\n <div class=\"report-grid\">\n ${reportCards}\n </div>\n</body>\n</html>`;\n\nreturn {\n html: fullHtml\n};\n\n"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
-704,
352
],
"id": "ae3df0ef-822d-4fbf-a7da-b19ff90fd729",
"name": "Code1"
},
{
"parameters": {
"jsCode": "/** n8n Code Node **/\nconst reports = $input.first().json.data.data;\n// ↓ 未来如再加“下载”逻辑时可复用;现在占位即可\nconst n8nDownloadWebhookUrl = '';\nconst reportCards = reports\n .map(report => {\n const formattedDate = report.publishTime.split('T')[0];\n return /* html */`\n <div class=\"card\">\n <h3 class=\"card-title\">${report.title}</h3>\n <p class=\"card-summary\">${report.summary}</p>\n <div class=\"card-actions\">\n <a href=\"${report.reportUrl}\" class=\"card-link read-link\" target=\"_blank\" rel=\"noopener\">报告下载链接</a>\n </div>\n <p class=\"card-meta\">发布日期: ${formattedDate}</p>\n </div>`;\n })\n .join('');\nconst fullHtml =`<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n <title>最新报告推送</title>\n <style>\n body{font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;background:#f8f9fa;color:#34495e;margin:0;padding:0;line-height:1.6}\n .header-banner{background:#fff;padding:0 20px 10px;text-align:center;border-bottom:1px solid #e0e0e0;margin-bottom:15px;box-shadow:0 2px 4px rgba(0,0,0,.03)}\n .header-banner h1{color:#2c3e50;font-size:3em;margin:10px 0}\n .header-banner img{max-width:220px;height:auto;margin-top:5px;border-radius:8px}\n .report-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px;max-width:1200px;margin:0 auto 30px;padding:0 20px}\n .card{background:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.08);padding:25px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}\n .card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.12)}\n .card-title{font-size:1.25em;color:#2c3e50;font-weight:700;margin:0 0 15px}\n .card-summary{font-size:.95em;color:#34495e;flex-grow:1;margin:0 0 20px}\n .card-actions{display:flex;justify-content:center;margin-bottom:15px}\n .card-link{color:#fff;padding:10px 30px;border-radius:5px;text-decoration:none;font-weight:700;font-size:.95em;text-align:center;transition:background .2s;width:100%;max-width:250px}\n .read-link{background:#3498db}\n .read-link:hover{background:#2980b9}\n .card-meta{font-size:.85em;color:#7f8c8d;text-align:right;margin:0}\n @media(max-width:768px){\n .header-banner h1{font-size:1.8em}\n .report-grid{grid-template-columns:1fr}\n .card-link{max-width:none;padding:10px 20px;font-size:.9em}\n }\n </style>\n</head>\n<body>\n <div class=\"header-banner\">\n <h1>最新报告推送</h1>\n <img src=\"https://youke1.picui.cn/s1/2025/09/04/68b8fcf52b78f.png\" alt=\"报告图标\" loading=\"lazy\">\n </div>\n <div class=\"report-grid\">${reportCards}</div>\n</body>\n</html>`;\nreturn { html: fullHtml, headers: { 'Content-Type': 'text/html' } };\n\n"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
-864,
832
],
"id": "1b26ea14-d3f5-4bb9-a91a-47f0373ad966",
"name": "Code2"
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 21 * * 0-4"
}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-1296,
832
],
"id": "3a80e33f-8492-46c3-828b-964d12589a3a",
"name": "Schedule Trigger"
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 2
},
"conditions": [
{
"id": "582e0f5c-dde5-49f2-9e94-408041ad109c",
"leftValue": "={{ $json.data['yes or no ?'] }}",
"rightValue": "yes",
"operator": {
"type": "string",
"operation": "equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
-272,
816
],
"id": "1251e60c-e5de-4069-93cb-1128f1f7c95b",
"name": "If1"
},
{
"parameters": {
"operation": "sendAndWait",
"fromEmail": "yundage@caict.ac.cn",
"toEmail": "383369080@qq.com",
"subject": "本周邮件",
"message": "={{ $json.html }}",
"responseType": "customForm",
"formFields": {
"values": [
{
"fieldLabel": "yes or no ?",
"fieldType": "dropdown",
"fieldOptions": {
"values": [
{
"option": "yes"
},
{
"option": "no"
}
]
},
"requiredField": true
},
{
"fieldLabel": "修改意见",
"fieldType": "textarea"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
-576,
816
],
"id": "dff6453c-0ced-4d7e-9bd3-69f74bed84f1",
"name": "SendAndWait email2",
"webhookId": "ea2f0334-e4f1-4d5f-b5eb-274a26b30027",
"credentials": {
"smtp": {
"id": "EwM5mBudN0JCWpF0",
"name": "媛姐"
}
}
}
],
"connections": {
"Basic LLM Chain1": {
"main": [
[
{
"node": "SendAndWait email1",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model1": {
"ai_languageModel": [
[
{
"node": "Basic LLM Chain1",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"SendAndWait email1": {
"main": [
[
{
"node": "If2",
"type": "main",
"index": 0
}
]
]
},
"If2": {
"main": [
[
{
"node": "sql获取用户信息1",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Code2",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items1": {
"main": [
[],
[
{
"node": "Send email1",
"type": "main",
"index": 0
}
]
]
},
"Basic LLM Chain2": {
"main": [
[]
]
},
"Send email1": {
"main": [
[
{
"node": "Loop Over Items1",
"type": "main",
"index": 0
}
]
]
},
"sql获取用户信息1": {
"main": [
[
{
"node": "Loop Over Items1",
"type": "main",
"index": 0
}
]
]
},
"Code3": {
"main": [
[
{
"node": "If3",
"type": "main",
"index": 0
}
]
]
},
"If3": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"DeepSeek Chat Model": {
"ai_languageModel": [
[
{
"node": "Basic LLM Chain2",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Code": {
"main": [
[
{
"node": "Basic LLM Chain2",
"type": "main",
"index": 0
}
]
]
},
"Code1": {
"main": [
[]
]
},
"Code2": {
"main": [
[
{
"node": "SendAndWait email2",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"If1": {
"main": [
[
{
"node": "sql获取用户信息1",
"type": "main",
"index": 0
}
],
[
{
"node": "Basic LLM Chain1",
"type": "main",
"index": 0
}
]
]
},
"SendAndWait email2": {
"main": [
[
{
"node": "If1",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {
"Basic LLM Chain2": [
{
"text": "<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>最新行业报告汇总</title>\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n body {\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft YaHei\", sans-serif;\n background-color: #f8f9fa;\n color: #34495e;\n line-height: 1.6;\n padding: 20px;\n }\n .container {\n max-width: 1200px;\n margin: 0 auto;\n }\n .header {\n text-align: center;\n margin-bottom: 40px;\n padding: 30px 0;\n }\n .header h1 {\n color: #2c3e50;\n font-size: 32px;\n font-weight: 700;\n margin-bottom: 10px;\n }\n .header p {\n color: #7f8c8d;\n font-size: 16px;\n }\n .reports-grid {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));\n gap: 25px;\n }\n .report-card {\n background: white;\n border-radius: 12px;\n box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n padding: 24px;\n transition: transform 0.3s ease, box-shadow 0.3s ease;\n height: 100%;\n display: flex;\n flex-direction: column;\n }\n .report-card:hover {\n transform: translateY(-5px);\n box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);\n }\n .report-title {\n color: #2c3e50;\n font-size: 18px;\n font-weight: 700;\n margin-bottom: 15px;\n line-height: 1.4;\n }\n .report-summary {\n color: #5a6c7d;\n font-size: 14px;\n line-height: 1.6;\n margin-bottom: 20px;\n flex-grow: 1;\n display: -webkit-box;\n -webkit-line-clamp: 4;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n .report-meta {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-top: auto;\n }\n .report-date {\n color: #95a5a6;\n font-size: 13px;\n }\n .report-link {\n color: #3498db;\n text-decoration: none;\n font-weight: 600;\n font-size: 14px;\n padding: 6px 12px;\n border: 1px solid #3498db;\n border-radius: 6px;\n transition: all 0.2s ease;\n }\n .report-link:hover {\n background-color: #3498db;\n color: white;\n }\n @media (max-width: 768px) {\n .reports-grid {\n grid-template-columns: 1fr;\n }\n .header h1 {\n font-size: 26px;\n }\n .report-card {\n padding: 20px;\n }\n }\n .footer {\n text-align: center;\n margin-top: 50px;\n padding: 20px;\n color: #7f8c8d;\n font-size: 14px;\n }\n </style>\n</head>\n<body>\n <div class=\"container\">\n <div class=\"header\">\n <h1>最新行业报告汇总</h1>\n <p>收录最新行业洞察与技术趋势报告</p>\n </div>\n\n <div class=\"reports-grid\">\n <div class=\"report-card\">\n <h3 class=\"report-title\">内部审计数智化体系、路径和实践</h3>\n <p class=\"report-summary\">围绕内部审计数智化,阐述了其分为信息化、数字化、智能化三阶段的划分及实现路径,指出成功关键在于前瞻性规划与知识转移,强调转型需技管结合,介绍了审计数据体系的核心支撑作用、人员能力培养与技术协同方式,以及审计大模型面临的问题和相关标准研究情况。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-08-18</span>\n <a href=\"https://yundage.com/report/detail/994\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">平安人寿数据管理实践指南</h3>\n <p class=\"report-summary\">阐述了平安人寿在数字化转型中,通过构建统一数据管理、资产、服务、平台体系,推动数字核保、智能理赔等业务智能化,借助 DeepSeek 大模型赋能,并计划深化数据与 AI 融合以提升竞争力的实践与展望。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-08-18</span>\n <a href=\"https://yundage.com/report/detail/993\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">AI技术在项目管理中得应用洞察报告</h3>\n <p class=\"report-summary\">在政策支持与市场需求驱动下AI 技术正深度融入项目管理全生命周期,进入规模化落地阶段。报告分析了各行业痛点,如 IT / 互联网需求变更频繁、制造业跨团队协作低效等,强调 AI 在效率提升、质量优化、成本控制等方面的核心价值,可通过智能需求管理、测试自动化等解决行业痛点。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-08-05</span>\n <a href=\"https://yundage.com/report/detail/992\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">专家观点-轻量化大模型微调在非功能测试需求准入场景下的应用研究</h3>\n <p class=\"report-summary\">本文围绕金融领域非功能测试需求准入场景中领域认知不足、计算资源受限及评审效率低下三大核心问题提出于轻量化大模型的高效微调解决方案。研究采用LoRA方法对 DeepSeek-R1-7B-Distill模型进行领域适配微调并构建了融合通用文本指标与专业维度的三维评估体系。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-08-05</span>\n <a href=\"https://yundage.com/report/detail/991\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">2025智能体十大关键词</h3>\n <p class=\"report-summary\">近年来,人工智能技术持续向纵深发展,以智能体为代表的大模型应用正成为推动产业智能化变革的核心引擎之一。中国人工智能产业发展联盟副秘书长、中国信通院副总工程师王爱华正式发布并解读\"2025 智能体十大关键词\"。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-08-05</span>\n <a href=\"https://yundage.com/report/detail/990\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">AI Clound Agent技术及产业应用洞察报告</h3>\n <p class=\"report-summary\">报告指出,在国家 \"人工智能 +\" 行动及地方政策支持下AI Cloud Agent 进入 \"云计算基座 + 大模型内核 + 智能体场景\" 新阶段,与云计算形成 \"相互赋能、协同进化\" 的共生关系,其基本框架包含大语言模型、规划、记忆等五大核心组件。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-29</span>\n <a href=\"https://yundage.com/report/detail/989\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">AI原生从\"概念图景\"到\"现实生产力\"</h3>\n <p class=\"report-summary\">中国信息通信研究院联合腾讯研究院开展AI原生深度研究研究认为当前我国在AI原生赛道上与全球同步起跑但也面临着从技术概念走向产业实践的现实挑战存在预期与价值、模型与工程、数据与应用、生态与安全等困境。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-29</span>\n <a href=\"https://yundage.com/report/detail/988\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">可信AI云数据安全标准和测试洞察</h3>\n <p class=\"report-summary\">《可信 AI 云数据安全标准和测试洞察》围绕云计算与 AI 结合带来的数据安全新挑战,解读相关标准,分享产业洞察并展望未来。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/987\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">《2025年软件工程智能化标准体系 建设指南》解读</h3>\n <p class=\"report-summary\">《2025 年软件工程智能化标准体系建设指南》解读了在国家战略与市场需求驱动下,软件工程智能化面临的行业、工程、技术痛点,介绍了 \"技术栈、工程域、行业线\" 分层建设思路、核心能力及信通院相关工作。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/986\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">《一云多芯云应用软件创新能力要求》标准解读与信创产业展望</h3>\n <p class=\"report-summary\">该标准为软件创新提供评价标准,适用于开发商、提供商及采购参考,涵盖国产化程度等八大能力域,按步骤推进调研、定稿等工作。未来政策将持续引导,通过多方合作构建生态,辅以资金、人才支持助力发展。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/985\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">《低空数字底座技术研究报告》解读</h3>\n <p class=\"report-summary\">《低空数字底座技术研究报告》解读了政策市场驱动下低空数字底座的核心作用、特点架构、应用挑战及信通院 \"1+3+N\" 推进模式。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/984\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">2024-0579T-YD 行标《算力互联互通能力要求 第2部分算力调度》解读</h3>\n <p class=\"report-summary\">2024-0579T-YD 行标《算力互联互通能力要求 第 2 部分:算力调度》于 2023 年 9 月立项,计划 2025 年下半年发布,旨在规范算力互联互通体系中算力调度的关键流程、主要角色及平台能力要求。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/983\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">YD/T 6362-2025 行标《算力服务通用场景和总体框架》 解读</h3>\n <p class=\"report-summary\">YD/T 6362-2025 行标《算力服务通用场景和总体框架》于 2022 年 4 月立项2025 年 7 月出版,规范了算力服务的通用场景、参考架构及关键能力要求,适用于算力服务相关方评价和建设。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/982\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">智算网络演进</h3>\n <p class=\"report-summary\">主要介绍智算网络演进及分布式架构实践:人类进入 \"算力时代\",算力与网络深度融合,供给模式向一体化发展;大模型推动算力需求指数级增长,智算网络聚焦算力、算据、算效优化,多节点互联成必然。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/981\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">低空数字底座技术研究报告</h3>\n <p class=\"report-summary\">随着中国低空经济进入规模化发展新阶段数字底座作为支撑低空产业生态的核心底座正在经历从概念验证到工程化落地的关键转型。凭借北斗导航、5G 通信等领域的先发优势,正在构建具有自主知识产权的低空数字底座技术体系。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/980\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">AI赋能汽车行业智能化转型技术创新报告</h3>\n <p class=\"report-summary\">聚焦 AI 赋能汽车行业智能化转型,以智己汽车为例,阐述了三层 AI 赋能架构及研发设计、用户运营、座舱体验三大核心场景的智能化实践与成效,并展望了未来发展方向。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/979\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">大模型驱动得行业云平台智能化转型新引擎</h3>\n <p class=\"report-summary\">聚焦大模型驱动的行业云平台智能化转型:国家推进 \"人工智能 +\" 行动支持大模型应用地方出台配套计划。通用大模型因适配性、合规等问题难落地行业大模型成关键62% 模型交付通过云平台实现。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/978\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">赋能低空经济得可信数据基座</h3>\n <p class=\"report-summary\">中科星图作为空天信息技术创新的引领者等,依托股东技术底蕴形成独特能力内核,聚焦 \"1+2+N+M\" 低空战略布局低空经济全产业链。其打造的可信低空全要素数据底座,具备多源数据支撑、软硬一体保障体系及全链路技术流程。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span>\n <a href=\"https://yundage.com/report/detail/977\" class=\"report-link\" target=\"_blank\">阅读报告</a>\n </div>\n </div>\n\n <div class=\"report-card\">\n <h3 class=\"report-title\">2025央国企数智化转型发展报告</h3>\n <p class=\"report-summary\">该报告指出作为国民经济 \"顶梁柱\" 的央国企,其数智化转型已从单点突破向系统深化进阶,基础持续夯实且行业差异显著,虽面临战略、组织、技术等六大核心挑战,但未来将以 \"创新驱动、绿色赋能、生态协同\" 为主线。</p>\n <div class=\"report-meta\">\n <span class=\"report-date\">2025-07-28</span"
}
]
},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "31371ac9d28b9a1d4892bd56ec39f774495e245edb1cd9d4eddc5c05bf7c7dce"
}
}