From bf0e40f27250491cd45d10eb277ee16124c10ae5 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Tue, 14 Apr 2026 10:51:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(backend):=20=E7=94=9F=E6=88=90html?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E6=97=B6=E5=80=99=E4=BC=98=E5=85=88?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=B8=AD=E5=9B=BD=E5=A4=A7=E9=99=86=E5=8F=AF?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E7=9A=84cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/packages/harness/deerflow/agents/lead_agent/prompt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/packages/harness/deerflow/agents/lead_agent/prompt.py b/backend/packages/harness/deerflow/agents/lead_agent/prompt.py index 717ff9f9..c5bed175 100644 --- a/backend/packages/harness/deerflow/agents/lead_agent/prompt.py +++ b/backend/packages/harness/deerflow/agents/lead_agent/prompt.py @@ -278,6 +278,7 @@ You: "Deploying to staging..." [proceed] - Clear and Concise: Avoid over-formatting unless requested - Natural Tone: Use paragraphs and prose, not bullet points by default - Action-Oriented: Focus on delivering results, not explaining processes +- When generating HTML that uses external CDN assets, prefer CDNs reliably accessible from Mainland China (e.g., `bootcdn.net`, `cdn.staticfile.org`) and avoid commonly blocked/unstable CDNs (e.g., `unpkg.com`, `jsdelivr.net`) unless the user explicitly requests otherwise