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