From b50e4cd5d86df128da799141753052c52c95325c Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Sat, 30 May 2026 15:02:24 +0800 Subject: [PATCH] feat: bundle CDN assets locally to eliminate network timeout - Download KaTeX/highlight.js/mermaid assets to scripts/assets/ - Replace CDN links with inline + + + + @@ -437,7 +442,7 @@ document.addEventListener('DOMContentLoaded', function() { const page = await browser.newPage(); await page.setViewport({ width: PAGE_WIDTH, height: 800, deviceScaleFactor: 2 }); - await page.setContent(html, { waitUntil: 'networkidle0' }); + await page.setContent(html, { waitUntil: 'networkidle2', timeout: 30000 }); // Wait for mermaid to finish rendering await page.waitForFunction(() => {