From 71318d94d1e2ccf4f1deeb53ec33768e4bf32765 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Wed, 18 Feb 2026 23:41:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20OCR=E8=AF=86=E5=88=AB=E5=BA=93cdn?= =?UTF-8?q?=E5=8A=A0=E9=80=9F=E5=9C=B0=E5=9D=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/page.jsx b/app/page.jsx index 7fae2f3..343101e 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -2517,8 +2517,8 @@ export default function HomePage() { let worker = ocrWorkerRef.current; if (!worker) { const cdnBases = [ - 'https://cdn.jsdmirror.com/npm', - 'https://cdn.jsdelivr.net/npm' + 'https://cdn.jsdelivr.net/npm', + 'https://cdn.jsdmirror.com/npm' ]; let lastErr = null; for (const base of cdnBases) {